i cannot seem to enter :y=(a.^(4x​)+a.^(-4x)​-22)/(x^3)

1 回表示 (過去 30 日間)
Austin
Austin 2013 年 10 月 12 日
コメント済み: Austin 2013 年 10 月 12 日
im trying to plot this graph
clf
hold on
axis ([-100 100 -100 100])
x=-1:0.02:70;
a=14
y=(a.^(4x)+a.^(-4x)-22)/(x^3)
however whenever i try to enter this command:
y=(a.^(4x)+a.^(-4x)-22)/(x^3)
i get this error:
??? Error using ==> mpower
Matrix must be square.
can i know what is wrong with my command?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 12 日
y=(a.^(4*x)+a.^(-4*x)-22)./(x.^3)
  1 件のコメント
Austin
Austin 2013 年 10 月 12 日
noted.thanks a lot!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by