photo

Yavar Hayat


2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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=...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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? ...

5년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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)^...

5년 초과 전 | 답변 수: 1 | 0

1

답변