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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0