Community Profile

photo

shree om bade


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


scope signal with negative value
In my simulink model, I set the start time -100 and stop time 50. However, the simulink plots signals staring from 0 to 50 ...

3 years ago | 1 answer | 0

1

answer

Question


how to provide value for parameters from m file to matlab function block in simulink without assigning the parameters inside simulink matlab function
Hi I am using matlab function block in simulink and really I am having problem in assigning value for some parameters which I...

3 years ago | 1 answer | 0

1

answer

Question


wind curtailment and charging battery
HI I want to implement wind curtailment system and charge the battery with the surplus power and vice-versa . Does anybody ha...

3 years ago | 0 answers | 0

0

answers

Question


I use matlab function block in simulink and got some error (Function 'MATLAB Function' (#56.9.19), line 1, column 10: "P_BESS_dis") which I couldn't fix it. Here is my code;
function P_BESS_dis = fcn(SoC,P_BESS_ref) SoC_max=0.55; SoC_min=0.1; if(SoC>=SoC_max) P_BESS_dis=0; else ...

3 years ago | 0 answers | 0

0

answers