photo

Pieter Hamming


Last seen: plus de 2 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
Assigning different color in legend
The |'r'| in |plot(xz,ys,'r')| means 'red', telling MATLAB you want this line to be plotted in red. If you instead use |plot(xz,...

presque 6 ans il y a | 0

Réponse apportée
Several Issues with Van der waals function used to plot P against V
*Part one: problems with code in the current form* v=[v(1),v(2),.....v(i)] is incorrect syntax, as it is interpreted as ...

presque 6 ans il y a | 1

Réponse apportée
how i can perform this for loop
Replace "return" by "continue". "Return" stops the whole file, "continue" sends it on to the next iteration in the for loop.

environ 6 ans il y a | 0

| A accepté

Réponse apportée
How can I plot spectral data from 2 different day to compare 2 variables?
Does this do what you need? If not, can you clarify the question? [d1 d2]=xlsread('data2days.xlsx'); col1=76; %first co...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
How to improve the speed of computing trace in my code?
Presumably the trace calculation takes most time. Since you're only interested in the diagonals anyway, why not use <https://sta...

environ 6 ans il y a | 0

Réponse apportée
Import Hours from .csv without colon
Lets say D is a column-array of your data: D=[30;100;1200;330]; All digits before the last 2 are hours, so lets extract t...

environ 6 ans il y a | 0

Question


Improve fit quality for a custom function with near-perfect starting values
I'm trying to fit data with a relatively complicated custom function (combined logistic+linear function; combined effect of my d...

environ 6 ans il y a | 1 réponse | 0

1

réponse