Entering a formula by user

1 次查看(过去 30 天)
Karel
Karel 2012-7-25
Is there a function which allows me to ask for a formula, while the prgram is beeing used, and subsequently use that formula?

采纳的回答

Nirmal
Nirmal 2012-7-25
aMatrix = magic(5);
expression = input('Enter the name of a matrix: ','s');
if (exist(expression,'var'))
mesh(eval(expression))
end

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by