Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

concatenating 3d vectors

2 visualizzazioni (ultimi 30 giorni)
Giovanni
Giovanni il 12 Dic 2013
Chiuso: Walter Roberson il 12 Dic 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?
Comment on this Question Email me when answers are added to this question Giovanni 0 votes
  2 Commenti
Matt J
Matt J il 12 Dic 2013
Modificato: Matt J il 12 Dic 2013
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.

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by