extracting max and min range across column from matrix
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i have mx4 martrix and i found max and min of each column in two separate I 1x4 and O 1x4 martix now i want to extract corresponding range from main matrix across column
2 Kommentare
Antworten (1)
madhan ravi
am 29 Apr. 2019
Bearbeitet: madhan ravi
am 29 Apr. 2019
arrayfun(@(x,y) x:y, min_of_A, max_of_A, 'un', 0)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Shifting and Sorting Matrices 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!