필터 지우기
필터 지우기

plotting generates hidden figure

조회 수: 2 (최근 30일)
Moslem Uddin
Moslem Uddin 2019년 9월 2일
답변: Walter Roberson 2019년 9월 2일
while plotting i have the following figure, which is hiden. What to do?ray.jpg
  댓글 수: 3
Moslem Uddin
Moslem Uddin 2019년 9월 2일
>> opengl info
Version: '4.5.0 - Build 23.20.16.4973'
Vendor: 'Intel'
Renderer: 'Intel(R) UHD Graphics 620'
RendererDriverVersion: '23.20.16.4973'
RendererDriverReleaseDate: '28-Feb-2018'
MaxTextureSize: 16384
Visual: 'Visual 0x07, (RGBA 32 bits (8 8 8 8), Z depth 16 bits, Hardware acceleration, Doub…'
Software: 'false'
HardwareSupportLevel: 'full'
SupportsGraphicsSmoothing: 1
SupportsDepthPeelTransparency: 1
SupportsAlignVertexCenters: 1
Extensions: {225x1 cell}
MaxFrameBufferSize: 16384
Walter Roberson
Walter Roberson 2019년 9월 2일
Your graphics driver is a year out of date. Updating might help.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2019년 9월 2일
Instead of using
fplot(pl_f, [0 10])
use
fplot(real(pl_f), [0 10])
Due to round-off, there are small imaginary quantities that fplot thinks are leading to discontinuities.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by