Reference to non-existent field 'FinDiffType'.

4 views (last 30 days)
mah
mah on 5 Sep 2013
Hi everybody,
I have been using curve fitting toolbox in matlab on my laptop but now I am using an old pc but the same version of Matlab and same algorithm as before but this time I will get an error 'Reference to non-existent field 'FinDiffType'.'
I am wondering if anybody can help me. Thanks in advance.
Warm Regards,
  10 Comments
Image Analyst
Image Analyst on 7 Sep 2013
FinDiffType does not occur on that line or anywhere else in the code you posted so I don't see how we can help.
Walter Roberson
Walter Roberson on 7 Sep 2013
And don't forget to format it.
We need to know not just that one line, we need to know all of the "Error in" lines too. As an example,
??? Error using ==> corr at 115 Wrong number of arguments.
Error in ==> motion_corr2 at 108 [a, F] = corr(p1, p2, C, 'sdthresh', sdthresh, corr_opts{:});
Error in ==> symmetric_match at 3 [p2a,p1a,a2,Fa] = motion_corr2(f2,k2,f1,k1,im2,im1, 'sdthres
See, tracing back from the end in that example, symmetric_match is calling motion_corr2 which is calling corr which is generating the error message. We need that kind of traceback.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!