A Question About User Input Function

조회 수: 1 (최근 30일)
Masoud Ghanbari
Masoud Ghanbari 2013년 4월 11일
How Can I Save several Functions ( Which Are Defined By Syms Command ) into an array Like F(i) And recall them using F(2) Or F(5)...
Or in The Another Word I want To Get Several Functions By User Input And Save Them To Recall Them when i want... something like this:
syms x y
num=input('Enter The Number Of Function You Want To Enter')
for i=1:num
F(i)=input('Enter The i'th Function')
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Formula Manipulation and Simplification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by