0

I'm using stateflow graphical function and one of my return parameters are not updated after exiting the function.

I'm using matlab as my default code language.

Is it possible to return more than one variable from a graphical function?

What is the correct way for returning more than one parameter from a graphical function?

Thank u

JustBaron
  • 2,229
  • 7
  • 23
  • 33
Yair R
  • 1

1 Answers1

0

As per the documentation: The syntax for calling a function with multiple outputs is exactly the same as in MATLAB.

There are several examples of doing this in the documentation, including Multi-Output Graphical Function

Phil Goddard
  • 10,286
  • 1
  • 13
  • 25