photo

Chris Burschyk


Last seen: 10 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

All
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

circa un anno fa | 0

Risposto
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 ...

circa 2 anni fa | 0

Risposto
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])

circa 2 anni fa | 0