Create a 100 element vector for x

조회 수: 7 (최근 30일)
James Bowler
James Bowler 2021년 10월 7일
댓글: Neel Raval 2021년 10월 9일
  댓글 수: 2
Neel Raval
Neel Raval 2021년 10월 9일
How would we input the equation in matlab using the ranges?
Neel Raval
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
Walter Roberson 2021년 10월 7일
x = linspace(0, L/2, 100);
  댓글 수: 2
Neel Raval
Neel Raval 2021년 10월 9일
How would we input the equation in matlab using the ranges?
Neel Raval
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개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by