How i display matrix ?
Ältere Kommentare anzeigen
my matrix is the form:
Ki = [25 35, 56 41,85 78]
i want print the like 35 or 41 or 78
Akzeptierte Antwort
Weitere Antworten (2)
Pranav Bansal
am 4 Nov. 2019
0 Stimmen
Ki = [25 35, 56 41,85 78]
disp(Ki(:,2))
Kategorien
Mehr zu Matrices and Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!