Ece Kurt
Followers: 0 Following: 0
Feeds
質問
Interp1-Input coordinates must be real.
Matlab gives this error. SOC_ent and DUdt is both array with constant terms and theta_n is changing. But non of the terms are co...
4年弱 前 | 1 件の回答 | 0
1
回答質問
Writing PDE boundary conditions
How can I insert these boundary conditions into the pdepe solver. ?
5年弱 前 | 1 件の回答 | 0
1
回答質問
Calling a function handle of interp1 to another function handle.
Here, I want to calculate input current based on power demand. Current is calculated based on this formula . But when I run the...
約5年 前 | 1 件の回答 | 0
1
回答回答済み
How can I add values of an array as an input into the ode45 function ?
Okay! I think it works. Thank you all!! load('Current.mat'); %1370x1 double current_index=1:1:1370; I=@(t)interp1(curren...
How can I add values of an array as an input into the ode45 function ?
Okay! I think it works. Thank you all!! load('Current.mat'); %1370x1 double current_index=1:1:1370; I=@(t)interp1(curren...
約5年 前 | 0
質問
How can I add values of an array as an input into the ode45 function ?
This is my current profile and I want to calculate the SOC of the battery based on this current profile. So, I have the array ...
約5年 前 | 2 件の回答 | 0