zdata=[0 1 0 0.05 0 2 0 0.075 1 2 0 0.75 1 3 0 0.30 2 3 0 0.45];
Zbus=zbuild(zdata)
symfault(zdata, Zbus)
zbuild doesnt work!

4 件のコメント

Yusuf Suer Erdem
Yusuf Suer Erdem 2022 年 1 月 2 日
are you sure is there a command like 'zbuild()' ?
arian hoseini
arian hoseini 2022 年 1 月 2 日
that's the problem....i'm not sure....i found this code in H.sadat Book.
Star Strider
Star Strider 2022 年 1 月 2 日
Copy the code from that book!
arian hoseini
arian hoseini 2022 年 1 月 3 日
actually i did so here is the explanation....

サインインしてコメントする。

 採用された回答

Walter Roberson
Walter Roberson 2022 年 1 月 3 日

0 投票

You need the PSAT toolbox.
The official repositories for it do not appear to be accessible, but you can find it at https://github.com/Sinan81/PSAT

2 件のコメント

arian hoseini
arian hoseini 2022 年 1 月 3 日
thanks but i didnt find it.is there another way like changing the code?
Walter Roberson
Walter Roberson 2022 年 1 月 3 日
I had no problem. That github page includes a download link, https://github.com/Sinan81/PSAT/archive/refs/heads/master.zip . Save that file, unzip it into an appropriate directory ( not under the MATLAB installation directory). That will give you a PSAT-master directory. Use pathtool() in MATLAB to add PSAT-master/psat-mat/psat to your MATLAB path.

サインインしてコメントする。

その他の回答 (1 件)

Chandana
Chandana 2023 年 11 月 24 日

0 投票

zdata=[ 0 1 0 0.2
0 2 2 0.4
1 2 0 0.8
1 3 0 0.4
2 3 0 0.4];
zbus=zbuild (zdata)
symfault(zdata,zbus)

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

リリース

R2016b

質問済み:

2022 年 1 月 2 日

回答済み:

2023 年 11 月 24 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by