Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

combining matrixes into 3d vector

1 view (last 30 days)
Giovanni
Giovanni on 12 Dec 2013
Closed: Walter Roberson on 12 Dec 2013
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?

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!