Clear Filters
Clear Filters

how can ı solve this?

1 view (last 30 days)
matlab coder
matlab coder on 16 Nov 2020
Commented: matlab coder on 16 Nov 2020

Accepted Answer

David Hill
David Hill on 16 Nov 2020
[r,h]=meshgrid(1:.5:2.5,[1 5 12]);
v=pi*r.^2.*h;
  1 Comment
matlab coder
matlab coder on 16 Nov 2020
thanks a lot David :) by the way you look like Bogdan Bogdanovic :)

Sign in to comment.

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!