Clear Filters
Clear Filters

plotting streamlines from stream2

1 view (last 30 days)
Douglas Brenner
Douglas Brenner on 5 Nov 2016
A simple reading of the help files suggests that this will work.
[Gx, Gy] = imgradientxy(uint8(filteredreducedSection), 'CentralDifference');
figure (4)
XY = stream2(Gx,Gy,X,Y);
streamline(XY)
But I just get a blank grid. I know that Gx and Gy are created because I can create a quiver plot from them. thoughts?

Answers (0)

Categories

Find more on Vector Fields 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!