How to write this equation?
Ältere Kommentare anzeigen
Dear All, I have this equation in excel, what is the best way to write in matlab?
Y = 1.13+13/(1+EXP(7.57-15.5*LOG(x+0.0001)))
I tried this in matlab, but it did not give the same results for all values of x:
Y = 1.13+(13./(1+exp(7.57-15.5.*log(x+0.0001))));
x is a vector column of 200 values.
2 Kommentare
Image Analyst
am 26 Nov. 2019
What values did x cover? Which of those gave a different value? Can you attach x in a .mat file or .xlsx file?
MAHMOUD ALZIOUD
am 26 Nov. 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!