make function without input.
조회 수: 7 (최근 30일)
이전 댓글 표시
I want to make function without input.
Because, the variables which are needed as inputs for the function are so many and already in workspace.
The variables come from simulink by using 'To workspace'
So, i wonder how to use function with variables that are in workspace without function input.
댓글 수: 3
답변 (1개)
cui,xingxing
2024년 4월 9일
편집: cui,xingxing
2024년 4월 27일
Hi,@진회
In fact, you don't need to do 2-statge passing in and out of multiple variables for your model output in simulink, you can just do it in one step, i.e., use the Matlab Function block directly in simulink to handle your subsequent tasks.
-------------------------Off-topic interlude, 2024-------------------------------
I am currently looking for a job in the field of CV algorithm development, based in Shenzhen, Guangdong, China. I would be very grateful if anyone is willing to offer me a job or make a recommendation. My preliminary resume can be found at: https://cuixing158.github.io/about/ . Thank you!
Email: cuixingxing150@gmail.com
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!