photo

Allen Goldstein


Last seen: presque 3 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
4 Réponses

RANG
149 337
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


2D Minimization problem, not good for fminsearch?
My 2D objective function is like finding a whirlpool in the surface of a lake. I do not have good initial guesses. Below examp...

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

1

réponse

Réponse apportée
covariance matrix from a random vector?
Let me see if I have this right, if I run cov(z) where z is a vector, I'll just get a vector. The covarinace matrix has the var...

plus de 4 ans il y a | 0

Question


How to programmatically change the label text of a matlab.ui.control.Knob (or other ui.conntrol)
I have a set of knobs that need to have the label changed depending on what they are controlling. But it seems the label text c...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
setting 'match figure screen size' for copy options to a figure throgh command prompt
You need to set the Resoluton in the factorystyle to 0. style = hgexport('factorystyle'); % get the style style.Resolution = 0...

presque 5 ans il y a | 0

Réponse apportée
When I save a figure to a file (saveas , hgexport) the figure is re-sized. How do I save a figure to a file that is identical to the screen figure (i.e. not resized)? Why isn't this the default for saving figures?
You need to change the Resolution in the factorystyle to 0: style = hgexport('factorystyle'); % get the style ...

presque 5 ans il y a | 0

Question


Equidistant offsets to points on a log scale
I am trying to plot multiple sets of data points and error bars on a log x axis (e.g. three sets of points with the same x value...

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

1

réponse

Réponse apportée
If a fft of vector x is plotted then what would be the x-axis?
To plot the entire original fft use: N = length(X_mag) f = horzcat(-linspace(0,N/2,N/2)*Fs/N,linspace(N/2,0,N/2)*Fs/N); To cr...

environ 6 ans il y a | 0