How to plot an integral
이전 댓글 표시
Hello!
I need some help plotting the following:

This is what I have:
syms x
kw = 91371;
CaO= 1.81*10^(-4);
FaO= 0.1233;
K = 1.29;
fun =FaO*((1+K*CaO*(1-x))/(kw*CaO*(1-x)))
W=int(fun);
fplot(W,[0 1
But nothing comes out on the graph. I want to plot W on the Y-axis and x on the X-axis, between 0 and 1 (because it's a conversion in chemistry).
Does anyone know what I'm doing wrong?
댓글 수: 5
KALYAN ACHARJYA
2019년 6월 15일
편집: KALYAN ACHARJYA
2019년 6월 15일
Same question
W=int(fun);
fplot(W,[0 1])
Marina Gonzalez
2019년 6월 15일
KALYAN ACHARJYA
2019년 6월 15일
Actually, at present I dont have Matlab,therfore unable test it pls show int(fun) expression?
Marina Gonzalez
2019년 6월 15일
Walter Roberson
2019년 6월 15일
In this calculation W is imaginary below 2.0007245246191665436401515314702
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
