data loaded within function shown as NaN

조회 수: 5 (최근 30일)
Kyle
Kyle 2012년 9월 20일
Dear Matlab community,
I have a simple A.m function within which I load a B.mat file with data matrix C containing double formatted entries. There are no issues when I load the B.mat file by itself. However, when I load the B.mat file within the A.m function, entries of C appear as NaN.
The elements of C are 1e-5 and are thus stored with precision. I wonder if this issue has to do with how precision is dealt with when data is called within a function.
Any suggestions would be much appreciated.
Thanks in advance,
Kyle
  댓글 수: 2
Azzi Abdelmalek
Azzi Abdelmalek 2012년 9월 20일
post your function
Alex
Alex 2012년 9월 20일
what do you get if before loading the .mat file you write "format long" ?

댓글을 달려면 로그인하십시오.

답변 (1개)

Babak
Babak 2012년 9월 20일
Your A.m function (or script) edits/changes the B.mat data. At some point it changes some of the numbers to NaN. If you don't post what A is, people can't help you here.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by