Create a 100 element vector for x
조회 수: 7 (최근 30일)
이전 댓글 표시

댓글 수: 2
Neel Raval
2021년 10월 9일
Also, how would you go on to plot the 2 equations. (Can they both be plotted in a single graph? or do they need to be seperate?)
채택된 답변
Walter Roberson
2021년 10월 7일
x = linspace(0, L/2, 100);
댓글 수: 2
Neel Raval
2021년 10월 9일
Also, how would you go on to plot the 2 equations. (Can they both be plotted in a single graph? or do they need to be seperate?)
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!