Feeds
답변 있음
why " if " condition of expression is tenable , but it cant do the statement ?
Use: if abs(a-b) <= eps % my operations here end Floating point comparisons can cause such errors, since you w...
why " if " condition of expression is tenable , but it cant do the statement ?
Use: if abs(a-b) <= eps % my operations here end Floating point comparisons can cause such errors, since you w...
13년 초과 전 | 0
답변 있음
Shade between time series lines (log-y scale)
Using stem plot might be a quick work around. I don't know why the area plots don't work.
Shade between time series lines (log-y scale)
Using stem plot might be a quick work around. I don't know why the area plots don't work.
거의 14년 전 | 0
답변 있음
how to give variable inputs in coding
Ambika, I'm not sure I follow your question. Are you asking how to limit the range of the inputs or how to define a function ...
how to give variable inputs in coding
Ambika, I'm not sure I follow your question. Are you asking how to limit the range of the inputs or how to define a function ...
거의 14년 전 | 0
| 수락됨
답변 있음
Using markers for data, lines for simulations
You have several sets of "sim" and "data" variable and you want to plot lines for sim and markers for data, right? There are at...
Using markers for data, lines for simulations
You have several sets of "sim" and "data" variable and you want to plot lines for sim and markers for data, right? There are at...
거의 14년 전 | 0
답변 있음
How to do a section plot- 2D discrete graphs and Z in colorbar
Can you use scatter(x,y,r,z), where r is an integer representing the size of the markers? You could also use patch to plot x ...
How to do a section plot- 2D discrete graphs and Z in colorbar
Can you use scatter(x,y,r,z), where r is an integer representing the size of the markers? You could also use patch to plot x ...
14년 초과 전 | 0
답변 있음
Plotting two series of dicreet points with errorbars (std. dev.) on Y and X
Have you tried errorbarbar, barweb, or barerrorbar along with a line command to get your error bar along the x-axis?
Plotting two series of dicreet points with errorbars (std. dev.) on Y and X
Have you tried errorbarbar, barweb, or barerrorbar along with a line command to get your error bar along the x-axis?
14년 초과 전 | 0
제출됨
Bar with errorbars
This code plots bars with errorbars, as simple as that.
14년 초과 전 | 다운로드 수: 1 |





