William - MATLAB Central
photo

William


Last seen: 4ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 09/24 to 04/25Use left and right arrows to move selectionFrom 09/24Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
0 回答

ランク
95,177
of 297,972

評判
0

コントリビューション
4 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,514

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,989

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


My end value "tc2" comes out as "NaN + NaNi", in the following script and I cant figure out why.
%%Pre fault System clear clc Pmax=100; Pmech=50; Pe=50; Delta0=asin(Pe/100); %%System Under Fault Pe=0; r1=0; Pe=0; ...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


I am not able to debug my script as follows
%%Prefault System; Pb=25e3; %Transfer Reactance X=1i*0.3+(1i*0.2/2); %Defining Values; E=1.03; V=1.0; %Max Power Pmax=(a...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


I am getting errors that I am using ".*" and "*" wrongly in my matrix multiplications in my code. I am poor at matrix algebra and don't know when to use each operator.
I am getting errors that I am using ".*" and "*" wrongly in my matrix multiplications in my code. I am poor at matrix algebra an...

6ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Minimization linprog constraint no feasible solution
The problem lies in the equality constraints you set up in the code. In the equality constraints (Aeq and Beq), there are confl...

7ヶ月 前 | 1 件の回答 | 0

1

回答