Effacer les filtres
Effacer les filtres

Unable to select Response variable from workspace

5 vues (au cours des 30 derniers jours)
Mohit Singh Parihar
Mohit Singh Parihar le 26 Jan 2021
Hii after trying again I am unable to select the response variable from the workspace, and the selection option was not there

Réponses (1)

Avinash
Avinash le 12 Oct 2022
Hi Mohit
First, in order to save all variables of the file in workspace, you can use the following command
  • Save(‘filename’)
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

Catégories

En savoir plus sur Text Data Preparation dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by