photo

Yavar Hayat


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
29 707
of 300 364

RÉPUTATION
1

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
1

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Cannot seem to correct the error with the function
It warns that the value assigned to fval (check last line)might be unused. There is something woring with the function, I cannot...

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

1

réponse

Question


Simultaneous Changing of Values in For Loop.
Can I change two values at once in a for loop or any other way in MATLAB? As an example: t=0; for (i=1:1:3)&(j=2:1:4) k=...

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

1

réponse

Question


What is the difference between using fsolve and iteration for solving a set of equations?
We can use fsolve to solve a set of equations by initilaising the variables or we can use an iterative method. Which is better? ...

plus de 6 ans il y a | 1 réponse | 1

1

réponse

Question


Plotting the solution of multi-variable non-linear equations (solved using fsolve).
These are the equations: function [fval]= ptfunc(X) Tcell=X(1); Pcell=X(2); Qh=X(3); Pteg=X(4); alpha = 0.95; A = (0.04)^...

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

1

réponse