From: M K on
I was trying to load data from a folder different to where my operating m-file is but I keep getting the following error when I use cd to the folder.

Error using ==> cd
Too many input arguments.

What could be the reason for this?
From: dpb on
M K wrote:
> I was trying to load data from a folder different to where my operating
> m-file is but I keep getting the following error when I use cd to the
> folder.
> Error using ==> cd
> Too many input arguments.
>
> What could be the reason for this?

w/o seeing the command as used, it's a guess but I'd hypothesize you
have a space in a file name w/o it being quoted???

Read the error message again; that's the clue whether the above is right
or not...

--