Statistica
0 Domande
6 Risposte
RANK
3.725
of 297.016
REPUTAZIONE
14
CONTRIBUTI
0 Domande
6 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Problem with inserting a line in a surface plot through command
In your provided code, you set the set the 'LineStyle' to '-.', which is a Dash-dot line line that has gaps. Try changing the 'L...
oltre 7 anni fa | 0
How to open a .adf file in Matlab?
Can you use arcgridread? According to the <https://www.mathworks.com/help/map/ref/arcgridread.html arcgridread documentation>, a...
oltre 7 anni fa | 1
| accettato
How to create a stacked bar graph based on select table data
Based on your description and the provided attachment, the code below should help you achieve this goal. I am assuming you r...
oltre 7 anni fa | 0
In 2016b is there a way to get categories on the x-axis of a bar chart?
In R2016b, you can use 'xticklabels'. Please see the <https://www.mathworks.com/help/releases/R2016b/matlab/ref/xticklabels.html...
oltre 7 anni fa | 0
| accettato
Add 2 trendlines to scatter plot
Similar to how you use the fit command to find the exponential fit, you can use it to find the linear fit by using 'poly1' as th...
oltre 7 anni fa | 0
| accettato
How do I fit a spline to my scatter plot, without showing the scatter points in my plot?
Programmatically, assuming x and y are the vectors of your scatter plot, you can try the following xx = min(x):0.001:max(x)...
oltre 7 anni fa | 0