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!

