Matlab command for direction field

1 view (last 30 days)
mathshelp
mathshelp on 28 Mar 2015
I have input the following commands to plot the direction field and it is not working. The domains for t and y is restricted as per the question given. Not sure if 0.02 is correct. Could you please help with commands to plot the direction field.
[t y]=meshgrid(0:0.02:0.1,0.2:0.02:1.4); dy=(cos(y)+3)./y; dt=ones(size(dy)); quiver(t, y, dt, dy);

Answers (0)

Categories

Find more on 2-D and 3-D Plots 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!