필터 지우기
필터 지우기

why do i get the error 'undefined function or variable ' for simin from workspace

조회 수: 6 (최근 30일)

채택된 답변

Fangjun Jiang
Fangjun Jiang 2021년 2월 10일
When you use "From Workspace" block, it expects the variable "simin" exists in the base workspace. Create that variable to eliminate this error. For example
simin=[0, 0;1 10]
  댓글 수: 3
neha
neha 2024년 3월 2일
이동: Fangjun Jiang 2024년 3월 2일
how to create simin in the base worspace?
Fangjun Jiang
Fangjun Jiang 2024년 3월 2일
The answer provided one way. More often I would say, simin could be generated by other tools include the output of another Simulink simulation.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by