Info

This question is closed. Reopen it to edit or answer.

[~,paramte​r]=xlsread​(fid,sheet​,cell); It's OK in English system,but error in Portuguese system

1 view (last 30 days)
[~,paramter]=xlsread(fid,sheet,cell);
It's OK in English system,but error in Portuguese system.
It shows this Error:
Error: Expression or statement is incorrect--possibly unbalanced (, {, or [. Error: Expression or statement is incorrect--possibly unbalanced (, {, or [
If I replace ~ with some word, such as
[Test,paramter]=xlsread(fid,sheet,cell);
It's OK in Portguese system,too.
Could you let me know why?
Thank you.
  1 Comment
Walter Roberson
Walter Roberson on 15 Jan 2014
Could you confirm that the Portuguese system is running the same MATLAB version? The ~ was only usable that way from roughly 2007b or so.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!