Clear Filters
Clear Filters

Case instead of if-then?

2 views (last 30 days)
David Pesetsky
David Pesetsky on 18 Jun 2016
Commented: Star Strider on 18 Jun 2016
Hi,
I have:
solveload=[0 0 0 'x' 'y' 'z'];
And need to determine only the position of the x, the y, and the z, when they could be anywhere in the vector, with 0's elsewhere. I'm finding I need a bunch of if-then's. It must be easier?
Thanks in advance :)
Dave

Accepted Answer

Star Strider
Star Strider on 18 Jun 2016
There seem to be missing information.
What characterises ‘x’, ‘y’, and ‘z’?
What makes them so difficult to find? Range? Real/Complex? Something else?
  7 Comments
Star Strider
Star Strider on 18 Jun 2016
I’m glad you solved it, because I have no idea how to differentiate x, y, and z from your description.

Sign in to comment.

More Answers (0)

Categories

Find more on Reporting and Database Access 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!