필터 지우기
필터 지우기

Info

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

Imaginary parts of complex X and/or Y arguments ignored

조회 수: 1 (최근 30일)
Bosnian Kingdom
Bosnian Kingdom 2019년 4월 17일
마감: madhan ravi 2019년 4월 17일
I solved problem in MATLAB and got a good results, but there is:
Imaginary parts of complex X and/or Y arguments ignored
What is the problem and how to solve it.
Part of the code is bellow, where Ta and V are experimental data (T=f(V)), and Cfit is fiitted temperature.
figure(1)
plot(V, T, 'p')
hold on
hlp = plot(Vv, Cfit);
hold off
grid
xlabel('Volumen')
ylabel('Temperatura')
legend(hlp, 'C(V)', 'Location','N')
Thanks in advance!

답변 (0개)

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

Community Treasure Hunt

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

Start Hunting!

Translated by