![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2017mmc010smvduacin_1521526386114_DEF.jpg)
Yavar Hayat
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
6年弱 前 | 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=...
6年弱 前 | 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? ...
6年弱 前 | 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)^...
6年弱 前 | 1 件の回答 | 0