zbuild doesnt work?
Mostra commenti meno recenti
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 Commenti
Yusuf Suer Erdem
il 2 Gen 2022
are you sure is there a command like 'zbuild()' ?
arian hoseini
il 2 Gen 2022
Star Strider
il 2 Gen 2022
Copy the code from that book!
arian hoseini
il 3 Gen 2022
Risposta accettata
Più risposte (1)
Chandana
il 24 Nov 2023
0 voti
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)
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

