Hi Davis, I agree, the text was quite unclear: my writing skills are bit rusty. Anyways, that's excatly what I meant to say: recompile the circuit for the next set of parameters and so on. Surprisingly, by doing so the results are not compatible with the expected ones. I feel the issue is the Matlab programming part and not so much with the OpenDSS. I will keep looking for an answer and will let you know as soon as I have one.
Hey everybody ! During the last weeks I have been working on my Honours Project. In a few words, I am implementing my own Monte Carlo Simulation based on Daily Simulation. Here's a piece of the code I've been writing: % there is more above this part, like daily loadshapes for MonteCarloIteration = 1:1:NumberOfIterations for hour = 1:1:24 TextDSS.Command = 'set mode = daily '; TextDSS.Command = 'set stepsize = 1h '; TextDSS.Command = sprintf('set number = %f', hour); % declaration of elemets like...
Hey everybody ! During the last weeks I have been working on my Honours Project. In a few words, I am implementing my own Monte Carlo Simulation based on Daily Simulation. Here's a piece of the code I've been writing: % there is more above this part, like daily loadshapes for MonteCarloIteration = 1:1:NumberOfIterations for hour = 1:1:24 TextDSS.Command = 'set mode = daily '; TextDSS.Command = 'set stepsize = 1h '; TextDSS.Command = sprintf('set number = %f', hour); % declaration of elemets like...
Hey everybody ! During the last weeks I have been working on my Honours Project. In a few words, I am implementing my own Monte Carlo Simulation based on Daily Simulation. Here's a piece of the code I've been writing: % there is more above this part, like daily loadshapes for MonteCarloIteration = 1:1:NumberOfIterations for hour = 1:1:24 TextDSS.Command = 'set mode = daily '; TextDSS.Command = 'set stepsize = 1h '; TextDSS.Command = sprintf('set number = %f', hour); % declaration of elemets like...
Hey everybody ! During the last weeks I have been working on my Honours Project. In a few words, I am implementing my own Monte Carlo Simulation based on Daily Simulation. Here's a piece of the code I've been writing: % there is more above this part, like daily loadshapes for MonteCarloIteration = 1:1:NumberOfIterations for hour = 1:1:24 TextoDSS.Command = 'set mode = daily '; TextoDSS.Command = 'set stepsize = 1h '; TextoDSS.Command = sprintf('set number = %f', hour); % declaration of elemets like...
Great tips and explanations, Roger and David. Now I know what to tackle this problem....
Sorry for the double post. Altough it is crystal cler how to create the loadshapes...
Ohh I see, Davis ! That is good to know. I appreciate your help.