필터 지우기
필터 지우기

plotting streamlines from stream2

조회 수: 1 (최근 30일)
Douglas Brenner
Douglas Brenner 2016년 11월 5일
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?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Vector Fields에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by