MATLAB command to replace 0 in Excel
Mostra commenti meno recenti
I have a 27 x 68 matrix written in excel using MATLAB. The cells in excel with value 0 needs to be replaced with a blank for a selected range of "C16:AC83".
Can you please suggest a command to do this.
I am using----- Excel = actxserver('Excel.Application');
so far i have found the command --- Excel.Activesheet.Cells.Replace(65535,[ ],[ ],1);
What is the applicable syntax?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!