- Save(‘filename’)
Unable to select Response variable from workspace
조회 수: 1 (최근 30일)
이전 댓글 표시
Hii after trying again I am unable to select the response variable from the workspace, and the selection option was not there
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/500388/image.png)
댓글 수: 0
답변 (1개)
Avinash
2022년 10월 12일
Hi Mohit
First, in order to save all variables of the file in workspace, you can use the following command
Now this issue occurs when the response variable is either numeric but the program’s logic requires it to be a logical variable or vice versa. So accordingly change your program to so that response variable will be either numeric or logical, as per the requirement.
Go through the following link of the document page for more information: Validate that value is numeric or logical
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!