fprintf size without knowing the dimension

15 次查看(过去 30 天)
How can I print the size of the array in one row without prior-knowing the dimension of the array?
fprintf(' %d\n',size(array));
How many %d to put there? or how to do it right?

采纳的回答

Honglei Chen
Honglei Chen 2017-7-14
编辑:Honglei Chen 2017-7-14
You can just do
fprintf(' %s\n',num2str(size(array)));
HTH

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by