필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Getting a minimum value

조회 수: 1 (최근 30일)
Shripad
Shripad 2012년 6월 22일
마감: MATLAB Answer Bot 2021년 8월 20일
I have done a MATLAB program to solve one equarion as given below
syms x
m = solve(185.105*x + 0.033165331*x^0.8 -223)
m1 = real(m)
By this equation I am getting one real solution and four solutions in terms of imaginary values. So, I have used the command " m= real(m) ".
Now I want to get the minimum value out of these five solutions. Which command should I use ? I tried using "min()" command and "realmin()" command. But I have not got the results.
Please help me
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 6월 22일
What does it mean to find the minimum of values that include imaginary values ?
Please re-check the solutions; I suspect that the imaginary ones are invalid.

답변 (1개)

Sean de Wolski
Sean de Wolski 2012년 6월 22일

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by