extract matrix from matrix with the values of the axis
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Asliddin Komilov
am 14 Aug. 2020
Kommentiert: KSSV
am 14 Aug. 2020
x=linspace(0,8,91);
y=linspace(1,3,56);
I have a matrix DL1 (91x46) and need to extract DL2 =DL1(DL1<=2) and the values of the x and y axis from DL1 corresponding to DL2.
Please help
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!