How I should plot graph for this function

I'm having trouble to plot function 'y = (x+(1/x))^2'. I got nothing so far

 採用された回答

Walter Roberson
Walter Roberson 2018 年 5 月 22 日

0 投票

syms x
y = (x+(1/x))^2
fplot(y)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by