Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
newiuht
newiuht el 6 de Feb. de 2012
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

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Feb. de 2012
No space between the '-' and the 'ASCII'

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by