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 commentaires

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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Aerospace Blockset dans Centre d'aide et File Exchange

Commenté :

le 31 Oct 2017

Community Treasure Hunt

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

Start Hunting!

Translated by