Why did CD folder; give such a goofy error message when I just forgot ()
It works other places but suddenly I can change directory
K>> apploc
apploc =
‘C:UsersCPSLabDocumentsOdorChoiceDev’
K>> cd apploc
Error using cd
Unable to change current folder to ‘C:UsersCPSLabDocumentsOdorChoiceDevapploc’ (Name is
nonexistent or not a folder).
Why did it add the variable name to the value of the variable instead of just reminding me I forgot the parentheses
cd (apploc)It works other places but suddenly I can change directory
K>> apploc
apploc =
‘C:UsersCPSLabDocumentsOdorChoiceDev’
K>> cd apploc
Error using cd
Unable to change current folder to ‘C:UsersCPSLabDocumentsOdorChoiceDevapploc’ (Name is
nonexistent or not a folder).
Why did it add the variable name to the value of the variable instead of just reminding me I forgot the parentheses
cd (apploc) It works other places but suddenly I can change directory
K>> apploc
apploc =
‘C:UsersCPSLabDocumentsOdorChoiceDev’
K>> cd apploc
Error using cd
Unable to change current folder to ‘C:UsersCPSLabDocumentsOdorChoiceDevapploc’ (Name is
nonexistent or not a folder).
Why did it add the variable name to the value of the variable instead of just reminding me I forgot the parentheses
cd (apploc) cd fail MATLAB Answers — New Questions