turning a vector or matrix into an integer

29 views (last 30 days)
Hi, I get the vector x=[2;3] or sometimes x=[2;3;7]. I want that to be turned into an integer number, ie. the very last number in that vector which would be 3 or 7, respectively.

Accepted Answer

rantunes
rantunes on 4 Mar 2015
Edited: Guillaume on 4 Mar 2015
Hey,
As far as I understood, you want to something like this:
integer = x(end);
Greets
  2 Comments
Guillaume
Guillaume on 4 Mar 2015
Edited: Guillaume on 4 Mar 2015
Hello Rodrigo, thanks for helping, but can you format the code in your answer (either use the {} Code button or put two space in front of any line of code). It makes it much easier to read answers.
I've done it for you this time.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!