Get value from a struct
Mostrar comentarios más antiguos
I have a function, RuKu4, which returns a struct file with three subvalues. The function is called like:
RuKu4([x1, x2], u) and returns
value: [2x1 double] sensX: [2x2 double] sensU: [2x1 double]
I would now like to call the function and just recieve the value parameter directly from the function. Something like RuKu4.value([x1, x2], u)
Respuesta aceptada
Más respuestas (1)
Philip
el 3 de Dic. de 2014
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!