photo

Samuel Vergara


udec

Last seen: 5 years ago Active since 2016

Followers: 0   Following: 0

Message

Phd. Student at University of Concepción, Chile.
Electronic (automation) engineer.

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
23,356
of 300,338

REPUTATION
2

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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
  • First Answer

View badges

Feeds

View by

Answered
Bug in stem (!?): First element not displayed in some cases
The first value is plotted too close to the Y axis and tend to disappear in the default window. If you increase the window size ...

9 years ago | 1

Answered
Declare multiple global variables at once
Use a structure. K.a=1; K.b=2; K.etc=3; Then you pass K. Regards

9 years ago | 0

Answered
UIPanel Changes Content Automatically
Is your code in the appropiate callback? I think that in switch you should have the "selected variable", cause it should have t...

9 years ago | 0

Answered
Create a polar surf plot with 3 measured data vectors
It can be done. I don't know how you have your turbulency saved, so I will supose a turbulence function. Let's say that: x=wind...

9 years ago | 0

Answered
Why is my script returning NaN for values of an array ONLY when used in a for loop?
Hi. I think you have a problem reading some files information. Make sure that "data" variable is a numeric matrix. You can run ...

9 years ago | 0