Is there any way to code this on a different way?
Show older comments
I want to get the max value of a variable and the number #100(max). I got this code:
[b,index] = maxk(lat1,100);
b_new = b([1,100])
Is there any way to write it to get directly the #1 and #100?
2 Comments
Walter Roberson
on 16 Feb 2022
I wonder if you want max(lat1, 100)
flashpode
on 16 Feb 2022
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!