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