Insert numeric values (rx1 matrix) inside a cell
Mostra commenti meno recenti
Hi. I would like to insert a column of 100:
rep = repmat(100,157,1);
inside the first cell (see image) so that 157x2 becomes 157x3.
The third column represents "rep".

How can I do this?
1 Commento
Stephen23
il 11 Dic 2022
A simpler, more versatile approach is given here:
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Resizing and Reshaping Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!