Community Profile

photo

gdwn mmbrv


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


How to do polyval using input equation and input value?
prompt={'Input Equation:','Value of the variable:'}; dgtitle='Evaluate at a Given Value'; evans=inputdlg(prompt,dgtitle); eq=...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


How can i store the values of a polynomial equations in a for loop condition?
count='How many equations do you want?'; vcount=inputdlg(count); vcount = str2double(vcount{1}); eqprompt='Enter equation: ';...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How can i use polyval on the input polynomial question?
prompt={'Input Equation:','Value of the variable:'}; dgtitle='Evaluate at a Given Value'; evans=inputdlg(prompt,dgtitle); eq=...

plus de 3 ans il y a | 1 réponse | 0

1

réponse