piero
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
120.034
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
19 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
57.89%
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
it's possible to velocize this loop?
orig=Sis(i).dailyprof; xx=orig; yy=Sis(i).Ntradess; x1=find(xx); last=-1; for i=numel(x1):-1:1 if yy(x1(i))~=last ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
how to fix the graph in app designer
hi, can i fixed chart? (if I point the mouse on the figure I can drag it)
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
salve one field in the same struct is possible?
example: A.b=3; A.c=4; A.d=6; save("vv",'-struct','A'); A.d=7; save("vv",'-struct','A','d'); %%don run correctly %i dont...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
convert array vector in matrix
D=Sis(i).dailyprof; for i=1:width(Sis) D(:,i)=Sis(i).dailyprof; end an i get the same result avoid loop lo...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
close figure: return value
HI, i want to know when i figure is close (here an example no sense) clear all f = figure; for c=1:100 %%do something ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
how to create a figure without titles and icons
with figure() i create picture 1 i want picture 2
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how use uigetfile to get file or new file
i give you an example to do it i want to select a nome list (provaaa.ttslist2) o digit new file (pippo).. I try it (pippo) ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
check if mainAPP exist in app designer
hi, i read this guide : https://it.mathworks.com/help/matlab/creating_guis/creating-multiwindow-apps-in-app-designer.html i ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
ColumnEditable problem with categorical
f = figure('Position', [100 100 752 250]); t = uitable('Parent', f, 'Position', [25 50 700 200]); t.ColumnName = {'Num1','Num2...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
uiconfirm with one button
hi, it's possibile eliminate one taste? (i want only press "ok")
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
center text in app designer
hi, it' possibile to center vertically "HALLO" in field?
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
how change class name
hi, i try to change name class but it was denied
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
displays a text by moving the mouse over it
how it's possible to do it? thank
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how to associate the drop down selection with a number
if f==33 app.PeriodicityDropDown.Value='fd' (first position in items) if f==56 app.PeriodicityDropDown.Value= 'bv' (secon...
más de 1 año hace | 1 respuesta | 1
1
respuestachange size of rectangles in full screen
i think must to do this https://it.mathworks.com/help/matlab/creating_guis/using-grid-layout-managers.html
más de 1 año hace | 0
Pregunta
change size of rectangles in full screen
in the photo on the left when the window is reduced...in the photo on the right when I enlarge the window to full screen
más de 1 año hace | 4 respuestas | 0
4
respuestasPregunta
TAB GROUP in app designal : how to display keys vertically
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how know size of field struct
hi, Sis is a struct D is a field of struct size(Sis.D) >> size(Sis.D) Error using size
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
include all rows matrix in []
>> size(z) ans = 5668 73 BB=[z(:,1),z(:,2),z(:,3)....z(:,73] i need in [] include all rows z how can...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
array in array struct
i want element (1:10) of each fields.. f(1:end).F(1:10) Intermediate dot '.' indexing produced a comma-separated list ...
más de 1 año hace | 1 respuesta | 0