Estadística
34 Preguntas
2 Respuestas
CLASIFICACIÓN
13.692
of 295.495
REPUTACIÓN
3
CONTRIBUCIONES
34 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.94%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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 to do a code optimization for data export/import to uielements
I have a gui with a uitable with a maximum of 30 rows and 30 edit-boxes. I what 2 specific things. 1) Export the cell array with...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Export report to PDF in matlab GUIDE
I have created a GUI where I want the final step to be a pushbutton which generates a report from a table array (CompleteCellArr...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
extract numbers from cell array and calculate mean
I have a cell array containing numbers and strings. Can someone help me with a code that can calculate the mean of the numbers i...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Effective way to convert/create matrix from mixed cell/string
I have a cell array like the one below and I need a fast and effective way to 1) remove the empty columns, 2) convert the cells ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
microplateplot in matlab r2015b GUI
I have a matrix called data, see below, which I can plot in a microplateplot(microplot) from the command window, but when I want...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
replace number with string in uitable
I have a very simple code in my gui where I want X and Y values to appear in a uitable. I want the last column to be editable so...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Code optimization for plot visibility by several checkmark selections
Hi guys I have a code which is working fine. But I think the code is a bit clumsy. I have made a plotting GUI with 1-90 checkma...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Fill std error for one curve
I have this (X,Y) dataset and I want to plot with the std.error marked as shading. However, I have have problem when the std is ...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Use string to define path for uigetfile
I am trying to use a string to define the path for uigetfile in matlab GUI. But I can't get it to work. The uigetfile does not u...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Normalization of ui.table rows upon proportinal resize behavior
I need some help with a GUI made by GUIDE. I did the GUI on a pc with resolution 1600x900. Now I need to be able to use the GU...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
xlswrite with formula in loop function
I have a large cell (2500,3) array which I want to export as a .xls file, but I want to include a formula ('=SUM(B1:C1)') which ...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Move line in legend
I have a cell array with four strings which is used as legend for four individual X,Y plots. One string is very long and therefo...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Split legend after blank space
I know this has been discussed several times before, but I still cannot figure it out. I have a 4x1 cell with stings I want to...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
String selection from Matrix data
Hi guys. I need a little help from you Matlab experts. I have a cell array (Names) with a list of 14 different names. Then I ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
extract user defined data from matrix in GUI
This might be a simple question but I still need some help to sort this out. I have Dataset and from this the user defines whi...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Smarter code for multiple pushbutton selection
I'm writing a GUI where I can control plot color by pushbutton and uisetcolor() which also color the pushbutton and handle (stor...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Continuous updating of GUI plotting
I am preparing a gui where the visibility of plots are controlled by checkbox selection in two different axes. Additionally, the...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Individual handles for each plot in a loop
I am preparing a GUI where I want to plot 2-30 different plots in a axes, and I want to add a number to each plot inside a loop ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Visibility of several plot in the same axes by checkmark in GUI
I'm preparing a gui with 2-30 plots where the visibility is controlled by individual checkmark selections. The code is working p...
alrededor de 7 años hace | 1 respuesta | 1
1
respuestaPregunta
Plot visibility by checkmark in GUI
I have from 2-30 plots where I want to control the visibility by checkmark selection in a GUI (Guide). But I can't get it to wor...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Rename titles of sheets for xlswrite
I need a bit of help to rename my tabels for xlswrite. I try to use the below code which work as long as the title names are dif...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
unable to store variable in Matlab Gui
I know several variants of this issue have been discussed elsewhere, but I am still unable to solve the problem. Please help. ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Replot a matlab.graphics.chart
I have a simple issue that I could use some help with. I am preparing a loop where each cycle saves a plot in a matlab.graphics....
alrededor de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Multiple plot controlled by the same popupmenu in GUI
I have this code, where I have a popupmenu for the user to decide the type of plot to be displayed in axes 1 and 2. The plots sh...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Refresh value in checkbox upon popmenu
The data I have is called in the "checkbox1" as "fulldata" where I have the X and Y values located in a data matrix: Code: ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to delete a substring within a string
I have a string like this a={ {'a', 'b', 'c','d'},{''}, {'e', 'f', 'g', 'h'},{''} } where the two '' are empty {1x1 cel...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
delete empty cells of data array
This might be vary basic but I still need a bit of help to figure this out. I have a relatively large cell array data={411...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
xlswrite many data arrays into excel
Please help, i am new to matlab GUI coding. I have many dataarray such as set1={'year' 'date' 'day' 'time'; '2017' '0803'...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot legend upon checkbox activation in GUI
I am new to matlab gui and working on my first program. I have ~10 datasets that I need to plot , but only when activated by a c...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
replace comma with dot in large array
Please help, I'm new to matlab coding. I have a array like this data={'250,1000' '-6,52796' '322,683' '1,50367'...
más de 7 años hace | 2 respuestas | 0