what am I doing wrong here? It keeps saying my value for d is incorrect

1 view (last 30 days)
i typed: d=(-cosd(60)/6)+(exp(3.*y)+(x.*y./(z.^3)).*((z./2).^-3/4)).^3 is this wrong?

Accepted Answer

Voss
Voss on 10 Mar 2023
d=(-cosd(60)/6)+(exp(3.*y)+(x.*y./(z.^3)).*((z./2).^(-3/4))).^3
% ^ ^ you need parentheses around -3/4

More Answers (0)

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!