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

1 次查看(过去 30 天)
how to solve equation trimf(x, [0 4 10]) = 0.5 in matlab?
thanks for help!

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Agriculture 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by