photo

Naama


Last seen: 11 months ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
19,951
of 300,364

REPUTATION
2

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 1

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer