Is there a hinfsyn replacement?
Ältere Kommentare anzeigen
Is there a replacement/updated version of the function hinfsyn? It looks like hinfsyn is now classed as obsolete(?) - if I run:
which hinfsyn
one of the subdirectories in the file path is called 'rctobsolete'. I ask this as the function doesn't seem to work properly. Depending on the generalised plant I've defined, P, sometimes:
[K,CL,gam,info] = hinfsyn(P,ny,nu);
works as expected, but sometimes it spits out variables K, CL, gam and info that are just empty arrays(!) - it doesn't display any warnings or errors, it just produces nothing. Does anyone know what's happening here?
Is there a newer 'replacement' function for H-infinity synthesis?
Thanks, Oliver
Akzeptierte Antwort
Weitere Antworten (1)
Pascal Gahinet
am 28 Apr. 2020
0 Stimmen
No it's not going away, in fact it went through a major overall in R2018b, see
By default "which" points to the @double implementation, which has been obsolete for many years. Use
which -all hinfsyn
to see all implementations. The @DynamicSystem method, which is called when P is a state-space model object (@ss), is the current version.
Kategorien
Mehr zu H-Infinity Synthesis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!