how to use non-positive or fractional integer as power in matlab

5 views (last 30 days)
how to use non-positive or fractional integer as power in matlab

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 23 Mar 2013
Edited: Azzi Abdelmalek on 23 Mar 2013
Example
a=2^(1/2)
b=4^(-4.5)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!