NaNが生成されるのは、なぜでしょうか。
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
m17td024
el 4 de En. de 2019
Comentada: madhan ravi
el 4 de En. de 2019
エディタの文で、以下のようなものがあります。
A=1000; %断面積mm^2
lu=3000; %上弦材長さmm
lw=1500*2^0.5; %ウェブ長さmm
lL=1500*2^0.5; %下弦材長さmm
この文を含むエディタを実行すると、
lu=3000,lw=lL=2121.32となるのですが、
A=NaNとなるのはなぜでしょうか。
0 comentarios
Respuesta aceptada
madhan ravi
el 4 de En. de 2019
In the last sentence you assign A as NaN , delete that line.
2 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!