필터 지우기
필터 지우기

prompt user to reenter function

조회 수: 2 (최근 30일)
k khaja
k khaja 2021년 1월 12일
편집: Adam Danz 2021년 1월 15일
If user enters a fuction with mistake, how can we prompt the user to reenter function.
funstr = input('Please enter your function in format: 4*x^3 + 2*x^2 + x + 5: ', 's')
f = str2func( ['@(x) ' funstr ] )
Thanks in advance

답변 (1개)

Adam Danz
Adam Danz 2021년 1월 12일
편집: Adam Danz 2021년 1월 15일

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by