Estadística
CLASIFICACIÓN
256.884
of 300.759
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
12.150 of 21.081
REPUTACIÓN
34
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
1
ALL TIME DESCARGAS
345
CLASIFICACIÓN
of 170.900
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
Indent a block of code
How do you indent a block of code? For example if you enclose a block of code in an if statement, and want to indent said block....
alrededor de 14 años hace | 3 respuestas | 0
3
respuestasPregunta
GUI callback question
Is it possible to call a function in one GUI from another GUI (I'm using GUIDE)? eg... GUI1 -> function plot_in_GUI2...
alrededor de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
addlistener question...
I have created a listener which calls 'myfunction' whenever the limits of a certain set of axes changes: addlistener...
alrededor de 14 años hace | 3 respuestas | 0
3
respuestasPregunta
Line series marker question
When plotting, is it possible to have more than one marker type for the same line series? eg.... plot([0 1],[0 1]) - with two d...
alrededor de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
Alter axis size
How do I alter the size of the current axis within a figure? I've tried set(gca,'Position',[.. .. .. ..]), but the axis just dis...
alrededor de 14 años hace | 2 respuestas | 0
2
respuestasEnviada
Arrow Key Demo
This function demonstrates how to use arrow keys as switches inside a loop.
más de 14 años hace | 1 descarga |
Pregunta
For loop question.
When looping over indices of an array I use 1:length(x), x = rand(1,10); for i = 1:length(x) ... end is there a more ef...
más de 14 años hace | 2 respuestas | 0
2
respuestasPlaying wav/midi
Thanks, but I found the answer: load ***.mat sound(y, Fs)
más de 14 años hace | 0
Pregunta
Playing wav/midi
Hi all. Is there a way to play wav and midi files in Matlab? I'm want to do something like: %Generate a number from 1 to 3; ...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
Scaling an imaged array
A = Some matrix of dimension (n x n) 'image(A)' creates an image with side length of n. Is there there a way to resize this i...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Solve with predefined parameters
Hi. I want to use the solve function using predefined parameters. eg. for equation 0 = a*x^2 +b*x + c a = 2; b = -1; c = ...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
Defining parameters in a function
* Hi. I want to find the minimum of a function using parameters I've defined elsewhere. i.e. a = 2; b = 3; [x fval] = fmi...
más de 14 años hace | 1 respuesta | 0

