The variables X and Y are vectors and Z is scalar. How do I correct the following command line to work in MATLAB : X*Y + Y*Z + X^2 (using comment or disp function)

1 次查看(过去 30 天)
The variables X and Y are vectors and Z is scalar. How do I correct the following command line to work in MATLAB : X*Y + Y*Z + X^2 (using comment or disp function)

回答(1 个)

David Hill
David Hill 2022-1-28
newArray=x.*y+z*y+x.^2;%assuming you wanted element-element operations

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by