how to replace a column in a matrix
Mostra commenti meno recenti
I wanna know how to replace a column in below condition:
Assmuing I had a 5*5 matrix, I wanna replace each column by zeros(5,1) for 5 times. I don't mean to get a 5*5 all 0 element matrix eventually. I want to get 5 matrix with their 1st,2nd,3rd,4th,5th column be replaced individually. How could I code for this? Thanks.
2 Commenti
James Tursa
il 15 Mag 2019
What have you done so far? What specific problems are you having with your code? Can you write a loop and put the results into a cell array?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Library Development 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!