I keep getting Error: Function definitions are not permitted at the prompt or in scripts.
1 次查看(过去 30 天)
显示 更早的评论
function[V] = fuelvol1( h )
%
%
global r H L
r=0.95;%feet
H=2.0;%ft
L=5.0;%ft
d=h-H;
V =(2*r*L*H)+{r*r*acos((r-d)/r)-((r-d)*((2*r*d)-(d*d))^0.5}*L;
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Financial Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!