怎么做matlab图例。。。关于legend的问题
http://zhidao.baidu.com/question/584034259250428405我之前问你的问题。我后来发现,这样获得的图例对应的字符必须数量相等,...
http://zhidao.baidu.com/question/584034259250428405
我之前问你的问题。
我后来发现,这样获得的图例对应的字符必须数量相等,否者不行。
如何解决例如
clear;
clc;
str=[];
x=[0.1 1 10];
y=[0.1 1 10];
for i=1:3
for j=1:3
str=[str;['i=',num2str(x(i)),',j=',num2str(y(j))]];
end
end
这样错误提示是
??? Error using ==> vertcat
All rows in the bracketed expression must have the same
number of columns.
Error in ==> loop_drawing_1 at 9
str=[str;['i=',num2str(x(i)),',j=',num2str(y(j))]];
我想输出图例的 展开
我之前问你的问题。
我后来发现,这样获得的图例对应的字符必须数量相等,否者不行。
如何解决例如
clear;
clc;
str=[];
x=[0.1 1 10];
y=[0.1 1 10];
for i=1:3
for j=1:3
str=[str;['i=',num2str(x(i)),',j=',num2str(y(j))]];
end
end
这样错误提示是
??? Error using ==> vertcat
All rows in the bracketed expression must have the same
number of columns.
Error in ==> loop_drawing_1 at 9
str=[str;['i=',num2str(x(i)),',j=',num2str(y(j))]];
我想输出图例的 展开
1个回答
展开全部
追问
能不能解释下原因。。。。。多谢了。。。。我把悬赏提高
也顺便帮我看看这道题
http://zhidao.baidu.com/question/2203327840973365548.html
追答
理由很简单啊,数组或向量的元素必须同类型的变量,字符串等长度才行。而元胞数组没有这个限制.
来自:求助得到的回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询