![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11207461_1522138536082_DEF.jpg)
Dc215905
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
12.842
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
27 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
51.85%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
How do you create a scatter plot using select columns from app.UITable.Data?
I have a Table where the rows get added and updated. I would like to be able to create a scatter plot of the table. Any thoughts...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to find the index of an array based on the Xline?
I have a dataset where I need to identify specific timepoints. The figure below is an example plot where I need to know what In...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to pass variable to function handle using registerevent?
I'm streaming data from another peice of software and I'm having matlab read events from the software and if and event occurs I ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to bin IDX based on previous IDX value?
Hello, I have an array: a = [0 0 1 2 2 1 2 2 1 0 1 0 2]; I would like to bin the IDX of 2 into three different variable...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Is there a faster or alternative way to use find()?
I have two arrays. size(A,2) = 525 size(B,2) = 4324438. I'm trying to find the IDX of B that == A(i). I also have to roun...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to reshape based on like values?
Hello, I have the following example array: A = [1 1 1 2 2 3 3 3 3 3 5] I would like to rehsape it into a matrix based on ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Appdesigner Panel Positions are wrong. How do I fix it?
Hello, I have layed out all of the panel information in design view; however, when I open the app, certain panels move to posit...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a way to drag a vertical plot in appdesigner app.uiaxes?
The result of my GUI will display a vertical or for a user. In so e cases, they might want to adjust the vertical line depending...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Help: Index that Falls above the lower variation limit if more than 50% of the data points in the following 20 point window are also above?
Hello, I would like ot replicate an anlysis in the paper where they defined the offset as "the first datum point that falls ab...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Instead of outputting error how to display warning?
I have a GUI where users are typing values into a table. In order for the calculations to work they have to type in numbers and ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why does app.UIAxes.CurrentPoint shift when I scroll in AppDesigner?
I use "UIFigureWindowButtonUp(app, event)" to let user click on the UIAxes which will then plot a vertical line when they click....
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How to fix odd string imports?
Hello, I'm importing data and and forwhatever reason the strings get imported as: 'XFlags ÿÿÿÿ ' ' ÿ ' ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to know what toolboxes and or functions my code in appdesigner is using?
I have a fairly extensive GUI in appdesigner. I have downloaded different open source functions that I'll often call in the code...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove cells in cell matrix that are a certain value?
Hello, I have a 8x4 cell matrix that looks like: 1x761200 double 1x121400 double 1x299600 double 1x555000 double 1x761200...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to replace cell values with consecutive values related to their index
For example: a = 1x3 cell array columns 1 through 3 {1x1} {1x5} {1x3} I'd like to be able to replace the values in each cell...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to create empty indexes when not available?
For example: Say: data = [2,3,4,5,3,2,4,5] I want to only look at a subset of the data starting from the 5th index +/-2 of ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is appdesigner toolbar not visible when visible is defined as 'on'?
Hello, I am having trouble with Appdesigner toolbar. First, is there a way to get it always be visible and not just when ...
casi 4 años hace | 1 respuesta | 3
1
respuestaPregunta
How to I find X unique combinations (order doesn't matter) of X numbers within an array of X numbers.
The question is in the title. Thanks!
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
How to pass variable from .m file to appdesigner?
Hello, I have a .m file that I am executing on a button press in appdesigner. The final output of that is a structure variable ...
más de 4 años hace | 1 respuesta | 1
1
respuestaPregunta
Question about Goodness of Fit
Hello, I've been using nlinfit using a Boltzmann equaion to fit a simoid to my data. I'm trying to determine the goodness of fi...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
fprintf handles.Value?
Hello, My handles.Value = '1.42' I'm trying to print this to a text file using: printf(fileID,'%3.2s',handles.Value) but...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Remove/Refresh all Fields
I've created a data analysis GUI where you can load in several datasets and run a numbe of preprocessing steps. I'd like to in...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Use a wildcard to look for values in struct
I have a nested struct where I always know the name of the first and last level, but the way the data gets exported into matlab ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Passing variables in GUI vs. assignin then evalin
I've looked through multple ways to do this on the forum but I still can't seem to figure it out. I'm loading a bunch of variab...
casi 5 años hace | 2 respuestas | 0
2
respuestasIs there a way to pause the tic timer (without resetting tic)?
Thank you for all of the suggestions! I'm going to test them out in my script and see what comes of it. I'll follow-up. Cheer...
casi 7 años hace | 0
Pregunta
Is there a way to pause the tic timer (without resetting tic)?
I would like to briefly pause the tic timer. I'm aware of pause() but that doesn't pause the stopwatch. I would like to start an...
casi 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Have separate push button stop while loop executed by another push button
Hello, I have a GUI that starts data collection through a while loop and I would like to have a push button that 'breaks.' ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
I would like to create a GUI which displays a continuous sine wave (random amplitude) at .4 Hz. Can anyone help?
I would like to create a GUI which displays a continuous sine wave (random amplitude) at .4 Hz. Ultimately, I would like to inte...
más de 7 años hace | 1 respuesta | 0