zbuild doesnt work?

7 visualizzazioni (ultimi 30 giorni)
arian hoseini
arian hoseini il 2 Gen 2022
Risposto: Chandana il 24 Nov 2023
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
Star Strider
Star Strider il 2 Gen 2022
Copy the code from that book!
arian hoseini
arian hoseini il 3 Gen 2022
actually i did so here is the explanation....

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 3 Gen 2022
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 Commenti
arian hoseini
arian hoseini il 3 Gen 2022
thanks but i didnt find it.is there another way like changing the code?
Walter Roberson
Walter Roberson il 3 Gen 2022
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.

Accedi per commentare.

Più risposte (1)

Chandana
Chandana il 24 Nov 2023
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 Help Center e File Exchange

Prodotti


Release

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by