Output does not get published, error using evalin shows
Mostrar comentarios más antiguos
Every time I try to publish in pdf or doc, only the codes get published. The outputs from the command window do not get published and instead this error message shows up.
Error using evalin
Undefined function 'homework' for input arguments of type 'char'.
These are the codes:
%%Problem 4
% code for problem 4
r=rand(5,4);
m = [4.000 + (25.000-4.000).*r]
m1=max(max(m))
m2=min(min(m))
s1=sum(m)
s2 = sum(m,2)
The name of the file is homework 2
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!