Feeds
質問
Surface plot generation for a 3-variable function
Greetings, Could you please advise how to generate a surface plot for a 3- variable function. (The meshgrid and function are wor...
6年以上 前 | 2 件の回答 | 0
2
回答回答済み
Vectorisation: Colon operator with floating point increment error
y=400:1.6:1200; z=round(y);
Vectorisation: Colon operator with floating point increment error
y=400:1.6:1200; z=round(y);
6年以上 前 | 0
| 採用済み
質問
Vectorisation: Colon operator with floating point increment error
Hi, For y=400:1.6:1200; Expected output is =400, 401.6,...1198.4,1200. But Matlab gives output in the form: 1.0e+03 *Columns...
6年以上 前 | 2 件の回答 | 0