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

1 Ansicht (letzte 30 Tage)
Austin
Austin am 12 Okt. 2013
Kommentiert: Austin am 12 Okt. 2013
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?

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 12 Okt. 2013
y=(a.^(4*x)+a.^(-4*x)-22)./(x.^3)

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by