photo

Naama


Last seen: etwa 4 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

  • Revival Level 1
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Plots with OpenGL look distorted; without OpenGL unable to plot at all unless running Matlab as an administrator
The graphics look smooth only when using hardware opengl, or with no opengl at all. Running "matlab -noopengl" without sudo w...

fast 6 Jahre vor | 1

Frage


Plots with OpenGL look distorted; without OpenGL unable to plot at all unless running Matlab as an administrator
Hi, I'm running Matlab r2017b on Ubuntu 18.04. Since I upgraded to Ubuntu 18.04 from Ubuntu 17.10 I'm having problem plotting...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


stairs function not plotting entire data in R2014B
I'm using Matlab R2014B on Ubuntu 12.04. When I try to plot a vector using the stairs function, only part of the data is plotte...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Normalize by peak area
If your data is in vector y, and your desired area is desired_area, then: y_normalized = desired_area * y./sum(y);

fast 10 Jahre vor | 0

Beantwortet
counting number of times a values appears in file
You can use hist (assuming that you import your data to the x vector): [count, bin] = hist(x, min(x):max(x)); where coun...

fast 10 Jahre vor | 0

Frage


Using LaTeX interpreter + saveas png/epcs inside a parfor loop
I'm trying to use the LaTeX interpreter (for xlabel) in a function that is being called from a parfor loop (to create a figure a...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort