how can i get in place of %d is i values for each iteration of e
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ganesh budi
am 12 Jun. 2018
Kommentiert: Ganesh budi
am 13 Jun. 2018
num_nod=input('num_nod = ')
for e=1:2*num_nod
force(e,1)=input('applied forces at node %d:',e);
end
[MOVED from tags] while running i am running this code i getting this error "error using input the second argument to input must be 's'." plz help me
1 Kommentar
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Partial Differential Equation Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!