In matlab if I do at the command line:
testdir = 'c:\'
Then I do cd testdir, it says
??? Error using ==> cd
Cannot CD to testdir (Name is nonexistent or not a directory).
What am I doing wrong?
Of course if I just say cd C:\ it has no problem.
thanks,
sb
How do I make the edit box in a gui app non-editable? If I make disable it it turns gray. I just want it to look normal (white) but not be editable
thanks
sb
My matlab app processes a bunch of files and if it hits a bad file it fails and stops. I would like it to restart itself after it comments out the offending file. so I would like to know how I can get notified that the app has failed (stopped).
thanks,
sb
I read that if you change the max property to something other than 1.0, it will become a multiselect listbox. I tried 2.0 and it doesnt, its still single select .I assume the shift or ctrlkeys is how you multiselect just like in windows programs? Apreciate the help,
sb