how to quickly decompressed a matrix
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Sam
am 15 Feb. 2017
Kommentiert: Sam
am 15 Feb. 2017
I have compressed matrix a, first row is index and second row is value, how can i convert it to full matrix b of 2x10 elements below?
a = [1 5 8;
0.2 0.6 -1.1];
b = [1 2 3 4 5 6 7 8 9 10;
0.2 0.2 0.2 0.2 0.6 0.6 0.6 -1.1 -1.1 -1.1];
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!