在 Matlab 代码中,经常会遇到拼写错误。例如,代码 'polt(monthly_change, 'b');' 中的 'polt' 就拼写错误,应改为 'plot'。

正确的代码应该是:

'plot(monthly_change, 'b');'

这个代码会将 'monthly_change' 数据绘制成蓝色曲线。

Matlab 代码错误:polt(monthly_change, 'b'); 应改为 plot(monthly_change, 'b');

原文地址: https://www.cveoy.top/t/topic/nm4t 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录