combining matrixes into 3d vector

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? how would my code change?

답변 (0개)

이 질문은 마감되었습니다.

질문:

2013년 12월 12일

마감:

2013년 12월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by