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!

