i have a question
Ältere Kommentare anzeigen
Hello i m totally a matlab noob. Here is it a question. I have a matrix K[97552,1] and i need to find minumum values of each 28 parts. Like K[1:28,1], K[28:56,1]... so i need 97552/28=3484 minumum values. if you help me i would be happy.. thanks a lot.
Akzeptierte Antwort
Weitere Antworten (1)
Azzi Abdelmalek
am 14 Mai 2016
out=min(reshape(K,28,[]))
Kategorien
Mehr zu Matrix Indexing 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!