??? Error using ==> save Unknown command option.

Hi, can anyone help me to solve the following error? thank you.
script:
num_rows = input('Enter number of rows:');
num_cols = input('Enter number of columns:');
multmatrix = multtable (num_rows, num_cols);
save mymulttable.txt multmatrix - ASCII
Command window:
>> createmulttab
Enter number of rows:6
Enter number of columns:4
??? Error using ==> save
Unknown command option.
Error in ==> createmulttab at 4
save mymulttable.txt multmatrix - ASCII

 채택된 답변

Walter Roberson
Walter Roberson 2012년 2월 6일

1 개 추천

No space between the '-' and the 'ASCII'

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Language Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by