Use a vector a range of input values for a function
显示 更早的评论
I have a function: angle_of_twist = (32 * T * L) / (G * ((D)^4) * 3.14) and I need to do this:
T=1
L=1
G=26000000000
5)Now perform the same calculation for a range of diameters specified by vector D = [0.001:0.0001:0.02] and save the result in variable Phi.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!