Feeds
답변 있음
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...
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...
7년 초과 전 | 1
질문
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...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 11년 전 | 답변 수: 0 | 0
0
답변답변 있음
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);
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);
11년 초과 전 | 0
답변 있음
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...
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...
11년 초과 전 | 0
질문
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...
11년 초과 전 | 답변 수: 1 | 0


