My function is not giving any output
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Parallel Computing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!