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

M
M 2017년 10월 31일
편집: M 2017년 10월 31일
How are v9, Tp9, Hs9 and MTotalSolver defined ?
(the brackets around MTotal9 seem to be useless)
Stephen23
Stephen23 2017년 10월 31일
@Casper Stroem: what function?
KSSV
KSSV 2017년 10월 31일
post the function MTotalSolver.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Aerospace Blockset에 대해 자세히 알아보기

질문:

2017년 10월 30일

댓글:

2017년 10월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by