how to plot the parabola x^2-y=4 using ezplot command?
조회 수: 4 (최근 30일)
이전 댓글 표시
this is my first time using matlap! help me!
댓글 수: 0
채택된 답변
Joseph Cheng
2015년 5월 21일
ezplot('x^2-y=4');
you just type it in... since you have a similar question already on holding and plot. perhaps the actual question should be how do you us ezplot.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!