Entering a formula by user
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Is there a function which allows me to ask for a formula, while the prgram is beeing used, and subsequently use that formula?
0 comentarios
Respuesta aceptada
Nirmal
el 25 de Jul. de 2012
aMatrix = magic(5);
expression = input('Enter the name of a matrix: ','s');
if (exist(expression,'var'))
mesh(eval(expression))
end
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!