photo

Sahil Khan


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
129 326
of 301 454

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 287

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 632

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


Plotting of an inline function
str=input('Give an equation in x\n','s'); f=inline(str,'x'); I want to plot a graph of the function 'f'. I tried f...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


Making a function for Bairstow method. I get the Error In an assignment A(:) = B, the number of elements in A and B must be the same.
function bairstow() n=input('Enter order of polynomial\n'); n=n+1; e=input('Enter vector of coefficeints\n'); ...

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

0

réponse