![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13938100_1540206448876_DEF.jpg)
Allen Goldstein
Followers: 0 Following: 0
Estadística
3 Preguntas
4 Respuestas
CLASIFICACIÓN
156.349
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestacovariance 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...
casi 4 años hace | 0
Pregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestasetting '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...
alrededor de 4 años hace | 0
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 ...
alrededor de 4 años hace | 0
Pregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaIf 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...
más de 5 años hace | 0