Feeds
回答済み
Error converting from Simulink.SimulationInput to double
This resolves the issue Thanks
Error converting from Simulink.SimulationInput to double
This resolves the issue Thanks
1年以上 前 | 0
| 採用済み
質問
sim(simIn) gives error saying all the runs have an error
% set_param('fl_name/Speed_sweep','Value','Spd') Spd = 100; %% Speed Array Speed = zeros(1,5001); len = numel(Speed); q=...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Error converting from Simulink.SimulationInput to double
%% Speed Array Speed = zeros(1,5001); len = numel(Speed); q=0; for s = 1:len Speed(1,s) = q; q = q + (1/(len-1))...
1年以上 前 | 2 件の回答 | 0