how to get rid of array index
in [
Matlab
]
Prev:
variables in titles ??
Next:
Analog input object timeout error
From:
Matt Fig
on
3 Aug 2010 21:11
It looks like you have a sparse array. This works:
A = diag(1:20)
B = sparse(A) % A sparse version of A.
xlswrite('myworksheet.xls',B) % Write the sparse array to the xls spreadsheet.
What problem are you having?
First
|
Prev
|
Pages:
1
2
Prev:
variables in titles ??
Next:
Analog input object timeout error