如何在MATLAB中使用单个命令显示矩阵和数组的多个变量?

时间:2017-05-22 17:51:27

标签: matlab printf octave display disp

a = [1; 2; 3; 4; 5; 6; 7; 8; 9; 10];
b = [1, 2, 3; 4, 5, 6; 7, 8, 9];
c = zeros(3,1);`
d = rand([4 1],'single'); 

d = rand([4 1],'double');
e = transpose(b);
f = pinv(e);
g = e*e;
h = [0:100];
i = [0:100:1000];

使用display命令或fprintf显示上述9个变量。

2 个答案:

答案 0 :(得分:0)

您可以将它们添加到临时结构中,然后在屏幕上打印其字段及其内容:

struct('a', a, 'b', b, 'c', c, 'd', d, 'e', e, 'f', f, 'g', g, 'h', h, 'i', i)

答案 1 :(得分:0)

IOError at /
[Errno 2] No such file or directory: u'/app/{appname}/media/{picture}.png'