Está en la página 1de 2

%hola Paolita

M=[12 1 2 3]
N=[3 2 1, 1 2 3,4 5 6]
%hola Paolita
M=[12 1 2 3]

M =

12 1 2 3

N=[3 2 1, 1 2 3,4 5 6]

N =

3 2 1 1 2 3 4 5 6

%hola Paolita
M=[12 1 2 3]

M =

12 1 2 3

N=[3 2 1, 1 2 3,4 5 6]

N =

3 2 1 1 2 3 4 5 6

SAVE FILENAME
{#Undefined function 'SAVE' for input arguments of type 'char'.
}#
save FILENAME.mat
load('FILENAME.mat')
load('FILENAME.mat')
hola
{#Undefined function or variable 'hola'.
}#
hola%hola Paolita
{#Undefined function or variable 'hola'.
}#
%hola Paolita
M=[12 1 2 3]

M =

12 1 2 3

N=[3 2 1, 1 2 3,4 5 6]

N =

3 2 1 1 2 3 4 5 6

y = x
{#Undefined function or variable 'x'.
}#
plot y
{#Error using <a
href="matlab:matlab.internal.language.introspective.errorDocCallback('plot')"
style="font-weight:bold">plot</a>
Invalid first data argument.
}#
plot(y)
{#Undefined function or variable 'y'.
}#
plot(m)
{#Undefined function or variable 'm'.
}#
plot(M)

plot(N)

También podría gustarte