Finding values of specific range from table row or column
Show older comments
Hi,
I'm having the Table whose first column is as A = [12345 NaN NaN NaN NaN 457 NaN NaN NaN 785 NaN NaN NaN NaN NaN NaN 74502]
I want to select range as 12345 to NaN (shown in bold) , 457 to NaN and so on.
Please guide.
Accepted Answer
More Answers (1)
Shreya Shetty
on 26 Jul 2019
Edited: madhan ravi
on 26 Jul 2019
0 votes
Go through this. It might help you
1 Comment
madhan ravi
on 26 Jul 2019
Edited: madhan ravi
on 26 Jul 2019
No, indices should be determined by the code and not by giving it manually.
Categories
Find more on NaNs 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!