photo

Chris Burschyk


Last seen: 대략 1년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

All
  • Solver
  • First Answer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1년 초과 전

답변 있음
Using different line style to generate plot
figure(); hold on loglog(N,err(1,:)',"-") loglog(N,err(2,:)',"--") loglog(N,err(3,:)',"-.") loglog(N,err(4,:)',":") loglog...

1년 초과 전 | 0

답변 있음
Structure array data extraction and processing
In the first run of your n-loop it assignes nn 3 values. In the next run it assigns only 2 values but the 3rd value doesn't get ...

2년 초과 전 | 0

답변 있음
How do I specify range for my x axis using the plot function
x = linspace(0,2*pi); y = cos(x); plot(x,y) xlim([-2*pi, 6*pi])

2년 초과 전 | 0