My function is not giving any output

count=0
for i9=1:length(v9);
[MTotal9] = MTotalSolver(Tp9(i9),Hs9(i9));
count=count+1
end
the above lines are not giving me any output and getting and index error dimension

3 Comments

M
M on 31 Oct 2017
Edited: M on 31 Oct 2017
How are v9, Tp9, Hs9 and MTotalSolver defined ?
(the brackets around MTotal9 seem to be useless)
@Casper Stroem: what function?
post the function MTotalSolver.

Sign in to comment.

Answers (0)

Categories

Find more on Aerospace Blockset in Help Center and File Exchange

Asked:

on 30 Oct 2017

Commented:

on 31 Oct 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!