Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Matlab error dealing with vectors

Status
Not open for further replies.

rosh72851

Specifier/Regulator
Joined
Sep 11, 2008
Messages
1
Location
CA
I get the following error in the 'command window' when using characters like ./ or .*, when using vectors.
"The input character is not valid in MATLAB statements or expressions."

What is the meaning of this, if ./ and .* are valid MATLAB commands?
 
Have you looked in Help?

TTFN

FAQ731-376
 
If can post some screen output, it would make it easier (possible??) to help.

- Steve
 
Hi,

posting your input might help as well.
a=[1 2 3]
b=[4 5 6]
a./b
a.*b
is not giving me an error.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top