Ezplot non-integer axis limits
이전 댓글 표시
Ezplot does not seem to let me use non integer axis limits.
I am trying to plot F which is a function of symbolic variable t ezplot(F,tmin:tmax) this seems to work only when tmin and tmax are integers so works for a range -1:1 but when I try -1:0.5 I get an error. Although -1:1 range shows values for 0.5.
Any ideas why this may be happening
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2014년 4월 22일
Look at this example
f=@(x) x.^2
ezplot(f,[-1 1])
Have you an example which didn't work?
카테고리
도움말 센터 및 File Exchange에서 Code Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!