Provide the character used to find the last element in an array/matrix in scilab
Answers
Answered by
4
When one has an array or a matrix and one wishes to find out the last element of the same, then one has to use a thread similar to the following:
last_ele = Val(last value).
To decide the last value, and has to know the number of rows and the number of columns that exist.
The last element in the last column is the one that will be used.
Similar questions