Replace NaN value to blank in excel

I have excel file with 3 column. The third column has NaN value. i need to replace the NaN value to blank...I not familiar with using excel in matlab .Can help me?

Risposte (2)

Sachin Ganjare
Sachin Ganjare il 19 Ott 2012

0 voti

I think this what you need:
Hope it helps!!

2 Commenti

This script will perform required operations.
For Example:
Data = readfromexcel(File,'All');
Data = cellNaNReplace (Data,0);

Accedi per commentare.

Richiesto:

il 19 Ott 2012

Community Treasure Hunt

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

Start Hunting!

Translated by