zbuild doesnt work?
古いコメントを表示
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
2022 年 1 月 2 日
are you sure is there a command like 'zbuild()' ?
arian hoseini
2022 年 1 月 2 日
Star Strider
2022 年 1 月 2 日
Copy the code from that book!
arian hoseini
2022 年 1 月 3 日
採用された回答
その他の回答 (1 件)
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 Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

