tags:

views:

173

answers:

4

Hello,

Can anyone enlighten me about the use of fudgeFactor in Matlab? Thanks.

+2  A: 

It is possible that fudgeFactor is a function or variable specific to your application or code base. It does not appear to be a built-in MATLAB feature.

Adam
+5  A: 
>>which fudgeFactor

This will tell you where that function resides

>>edit fudgeFactor

This will show you the MATLAB file. It is not in any standard install of MATLAB.

MatlabDoug
Thanks! It says that fudgeFactor is a variable.
Veronica
+1  A: 

If it's well-documented,

help fudgeFactor

will display the documentation. Couldn't hurt to try!

Derek Kurth
A: 

A "fudge factor" is engineering slang for the number that you multiply your calculated result by in order to get the answer you wanted!

djr

related questions