Info

此问题已关闭。 请重新打开它进行编辑或回答。

concatenating 3d vectors

1 次查看(过去 30 天)
Giovanni
Giovanni 2013-12-12
关闭: Walter Roberson 2013-12-12
Currently i have the following,
function [Plotavg] = Plotavg( niterations,iterations,T,A,B,interval)
for n=1:niterations
vector = Arraylinspace(iterations, T, A, B, interval)
end
end
which produces say 4 vectors with the same number of columns but different rows. Then how would i concatenate them into a 3d vector?
Comment on this Question Email me when answers are added to this question Giovanni 0 votes
  2 个评论
Matt J
Matt J 2013-12-12
编辑:Matt J 2013-12-12
which produces say 4 vectors with the same number of columns but different rows.
If they are VECTORS, they cannot have both multiple columns and multiple rows.

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by