Is there any easy way to change x*y production to x.*y production?
1 次查看(过去 30 天)
显示 更早的评论
Is there any easy way to change x*y production to x.*y production? Hi I have huge function.m result and I numerically integrate it with quad code. but in my result, production is like x*y but for quad code I need to write them x.*y but result is really big so it is not easy and also maybe it leads to problem when I change them by hand. Therefore do you know any easy method to change them?
0 个评论
采纳的回答
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!