how to solve equation trimf(x, [0 4 10]) = 0.5;

1 Ansicht (letzte 30 Tage)
dinh tai
dinh tai am 5 Feb. 2013
how to solve equation trimf(x, [0 4 10]) = 0.5 in matlab?
thanks for help!

Akzeptierte Antwort

Shashank Prasanna
Shashank Prasanna am 5 Feb. 2013
>> fminsearch(@(x)(-0.5+trimf(x,[0 4 10])).^2,0)
ans =
2
Confirm:
>> trimf(2,[0 4 10])
ans =
0.5

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by