How do I combine 2d matrices mat files into a single 3d matrices file?
Al momento, stai seguendo questa domanda
- Vedrai gli aggiornamenti nel tuofeed del contenuto seguito.
- Potresti ricevere delle e-mail a seconda delle tuepreferenze per le comunicazioni.
Si è verificato un errore
Impossibile completare l'azione a causa delle modifiche apportate alla pagina. Ricarica la pagina per vedere lo stato aggiornato.
0 voti
Condividi un link a questa domanda
4 Commenti
Risposta accettata
0 voti
30 Commenti



- crop all arrays to the size of the smallest array.
- pad all arrays to the size of the largest array (with what value?).
- re-sample all arrays to the largest, smallest , or some other number of samples.
- do something else...
- crop all arrays to the size of the smallest array.
- pad all arrays to the size of the largest array (with what value?).
- re-sample all arrays to the largest, smallest , or some other number of samples.
- append or prepend some value (e.g. NaN, zero) to the arrays, e.g. using ZEROS or NAN and concatenation.
- Use INTERP1, RESAMPLE, or similar to create new data points based on the existing data points.

Più risposte (1)
1 voto
1 Commento
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Tag
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.
Americhe
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)

