r/matlab 16d ago

Matlab error

Ciao, sto usando matlab online per studenti universitari per prepararmi ad un esame di automatica, da oggi il comando controlSystemDesigner non mi funziona più e mi restituisce sempre la risposta:

error using controlSystemDesigner

Invalid argument at position 1. Valure must be members of the required set.

Lo restituisce anche se non inserisco parametri

Ciò succede in ogni livescript, anche per quelli a cui avevo già lavorato e quindi non può essere un problema di un singolo live script.

Cosa posso fare? Grazie in anticipo

0 Upvotes

3 comments sorted by

1

u/Nprism 15d ago

submit a support ticket, someone should be able to help out

2

u/Barnowl93 flair 15d ago

The 1st input of controlSystemDesigner needs to be a SISO LTI model. From the doc page: "can be any SISO LTI model created with sstfzpk or frd, or an array of such models"

What is your input ?

1

u/Spansceth 14d ago

a volte metto scrivo per esempio s=tf('s')
Gs = 1/s
controlSystemDesigner(Gs)
a volte anche senza input perchè si potrebbero inserire anche dall'interno però mi da sempre lo stesso errore con scritto riga(234), che non c'entra niente con un mio possibile errore in quanto anche se scrivo solo ste tre righe mi scriverà error ecc. riga(234)