Clear Filters
Clear Filters

Error : Expression or statement is incorrect--possibly unbalanced (, {, or [.

1 view (last 30 days)
I m getting following error on this statement: Expression or statement is incorrect--possibly unbalanced (, {, or [.
[r_y, r_v, r_d] = mypca(x, size(x, 2));

Answers (1)

Philippe Fischer
Philippe Fischer on 9 Oct 2016
Have you tried using this line as is in the command window? My first guess is that you missed a paren somewhere upstream in the script.

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!