multiply each column of a cell matrix that contains NaN by 8

Dear all,
I have
A={
'NaN' 'NaN'
'2' '2'
'8' 'NaN'
'10' '10'
'56' '56'
'NaN' '56'
'36' '36'
'36' '36'
'NaN' 'NaN'
'56' '56'
'35' '35'
'23' 'NaN' }
and I want to multiplpy each column by say 8
thank you

 채택된 답변

Andrei Bobrov
Andrei Bobrov 2012년 7월 27일
cellfun(@num2str,num2cell(str2double(A)*8),'un',0)

추가 답변 (0개)

카테고리

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

태그

질문:

2012년 7월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by