easy math question for you but ı dont know to solve it.
2 次查看(过去 30 天)
显示 更早的评论
please write MATLAB code to find the result of equation

ı need codes and matlab script
2 个评论
Atul Upadhyay
2020-6-18
To solve this problem efficiently you can use abs(x) function available in MATLAB.
So, the code is
y=abs(x);
You can refer to the following documentation for more details.
采纳的回答
更多回答(1 个)
Atul Upadhyay
2020-6-19
To solve this problem efficiently you can use abs(x) function available in MATLAB.
So, the code is
y=abs(x);
You can refer to the following documentation for more details.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!