Community Profile

photo

Liam Reid


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


Why does the MATLAB plot show up with no function on it?
figure() x = linspace(0,1000); y1 = (sqrt(2)*sqrt(x.^4 + 9)) ./ (2*x.^2); plot(x,y1) xlim([1,2]) ylim([0.8,2])

3년 초과 전 | 답변 수: 1 | 0

1

답변