【发布时间】:2010-02-20 23:00:38
【问题描述】:
我正在编写一个 MATLAB 程序,它从用户那里读取一个标题以在图形上设置...
t = input('Please enter a title for the graph: ', 's');
然后我想将我的情节标题设置为t。我似乎无法让它工作......
title(t) %# returns ??? Index exceeds matrix dimensions.
非常感谢您的帮助!
【问题讨论】:
-
为什么这被否决了,我无法理解...... +1 反对
标签: matlab