please someone help with this

Antworten (2)

Dishant Arora
Dishant Arora am 14 Mär. 2014

0 Stimmen

function callingFunction()
% Your Code
mu = rand;
sigma = rand;
calledFunction()
function calledFunction()
mu = evalin('caller' , 'mu');
sigma = evalin('caller' , 'sigma');
Walter Roberson
Walter Roberson am 15 Mär. 2014

0 Stimmen

Don't do that. Return the two variables from calc_haralick and pass the values in to Bayescalc.

3 Kommentare

Dishant Arora
Dishant Arora am 15 Mär. 2014
Bearbeitet: Dishant Arora am 15 Mär. 2014
If only she wrote those attached function she must be knowing how to handle function with arguments and pass them, probably she doesn't want to have function with arguments and why evalin shouldn't be used??
Walter Roberson
Walter Roberson am 15 Mär. 2014
It appears to me that at least one of the routines was provided for the user and that the user is having difficulty with the rest.
yuvashree
yuvashree am 15 Mär. 2014
Dear sir, i have mailed you the details in personal. kindly check your mail.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Agriculture finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 14 Mär. 2014

Kommentiert:

am 15 Mär. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by