Splitting a column (and a numerical value in that column) into multiple columns
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sprklspring
am 27 Sep. 2018
Kommentiert: sprklspring
am 28 Sep. 2018
Hello, I have a following problem: I have multiple columns in a matrix. In all of the columns I have a numerical value, let's say 20. I need to (under some conditions) split a single column into 5 separate ones, and I need these 5 columns to carry a number which is the original 20 divided by the new number of columns - 5 (so at the end I will have, out of one column with a number 20 in it - five columns with a number 4 in them). Does anyone have an idea how could I do that? Thanks!
Akzeptierte Antwort
Stephen23
am 28 Sep. 2018
Bearbeitet: Stephen23
am 28 Sep. 2018
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!