plotting the output of an integral

syms x; syms t; int(1./((1-t.*x).^3),t,0,1)
ans =
piecewise([x = 1, Inf], [not 1/x in (0, 1) and x href = ""</a> 1, -(x/2 - 1)/(x - 1)^2])
How can I plot the output? I tried ezplot, but doesn't work.
thanks

1 件のコメント

RahulTandon
RahulTandon 2015 年 7 月 8 日
It works, but you will have to refine the plot for yourself.

サインインしてコメントする。

回答 (1 件)

RahulTandon
RahulTandon 2015 年 7 月 8 日

0 投票

%% Start; I rephrased your problem, as below clc; syms x t y clear; y = int(1/((1-t*x)^3),t); ezplot(y,[0,1]);

カテゴリ

タグ

質問済み:

2015 年 7 月 1 日

回答済み:

2015 年 7 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by