Ejemplo 1: llamar al último elemento de una matriz matlab
Indicating indexes between () retrieves corresponding values in Matlab.
array_borders=array(end)
As end defines the size of the array, retrieve last border value of array.
Ejemplo 2: último elemento del índice de matlab
first_3_values=array(end)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)