NaNが生成されるのは、なぜでしょうか。
4 views (last 30 days)
Show older comments
エディタの文で、以下のようなものがあります。
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 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!