Community Profile

photo

cvbnm


Attivo dal 2017

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to elongate the linarfit to intercept the y-axis
I have attached my graph. How do I elongate the fit, so that it intercepts the y-axis, without having to change the interval of ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Robustfit will not it to data on graph
Why wont the robustfit fit to my data points? The data plots are obviously showing most along the y-direction (attached file). M...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Masks prohibit the right fit to appear on plot
I have trouble fitting to this dataset. My plot is seeing in the attached file. I want to remove the data from the horizontal li...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risposto
masking data plots for graph
My original code for fitting was: [b,stats]=robustfit(x(mask),y(mask)); x1=[min(x(mask)),max(x(mask))]; y1= b...

oltre 6 anni fa | 0

Domanda


masking data plots for graph
I want my plot to include my mask: mask=true(size(x)); mask(0>x)=false; mask=true(size(y)); mask(0>y)=...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


How to add bar above a letter in xlabel
I want to add a bar above the letter U (i.e. a horizontal line above the letter). Why will Matlab not accept xlabel('\bar{U}','...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


How to change a letter to italic font on x-label on graph?
I am working on a graph, and on the x-axis I want to write W_b where W is italic, and b is underscore. When I run my code, it u...

oltre 6 anni fa | 1 risposta | 1

1

risposta

Domanda


indexing must appear last in an index expression error
Hi, When I write this code >> [b,stats] = robustfit(variable(mask),y(mask)); I receive this respond: Index exceeds ...

oltre 6 anni fa | 1 risposta | 0

1

risposta