aldo
Followers: 0 Following: 0
Estadística
36 Preguntas
4 Respuestas
CLASIFICACIÓN
226.817
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
36 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
extract word before and after character
i want to extract string before "(" and after " " or "," (space comma) example: input: pilo(52),iko(54); result: pil...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
drop-down menu in uitable
pl=struct2table(app.Preset); app.Preset_UITable.Data=pl; app.Preset_UITable.ColumnName = pl.Properties.VariableNames; Ran...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
change tickness and font in table
i use table in app designer: 2 question: 1) Is it possible to change the thickness of the vertical line? 2)It is possible t...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
how to know first element in Data struct
i want the first element of all field in struct >> whos Sis Name Size Bytes Class Attributes ...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to save parameter function in app designer?
hi, i use this function to plot graph in app designer This function it's called by another function so I can't call her directl...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
find element egual to substring in array string
c=["A1_asd";"A2_rrd";"A_dj";"B1_gre";"B2_rffe";"B3_rffe"] %i want to catch string before letter_ and search member %find all...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how create cell 1:10 vertical
c={(1:10)'} %but is not correct..i want to creare 1x10cell
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
using cell to add row
xxx={'Lavorato assieme n. giorni',' ',1;'Giorno Positivi e negativi ',' ',2} if i want to add ("Lavorato xxx',' ',3) in ...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasproblem axis "x" in my graph
but there is still the problem... Leaving aside the writing of the dates on the x axis, I saw that using 1:5 as an interval give...
alrededor de 1 año hace | 0
Pregunta
problem axis "x" in my graph
size(XDates) ans = 5 1 size(E) ans = 5 35 for i=1:c col=map(i,:); plot(Ax,X...
alrededor de 1 año hace | 3 respuestas | 0
3
respuestasPregunta
how convert string in struct with 0/1
>> class(Sis) ans = 'struct' >> size(Sis) ans = 1 351 i access it using : Sis(1).FilterSkip Sis.Fil...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
keep a firm column in scrolling
i've this table in app designer while I scroll the table I would like to keep a column still
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how create graph in uitable in the app designer (using code)
hi, i've this data: app.GridLayout app.TabGroupQ1 can i create graph (as pics) using code?
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
call function with fewer parameters
gg(a) function gg(a,b,c) end what happen if i call function with 1 parameter instead of 3
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
tabs created in the tabgroup
how to count the tabs created in the tabgroup?
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
problem with columnWidth..how solve it
size(T) ans = 73 9 T = 73×9 table T.ColumnWidth={50,30,30,30,30,30,30,30,30} Error using . To ass...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
convert double array in array string in table
it's possible to convert double array in array string in table ? T.Strategy=[Sis.Sistema].'; data=[Sis.data];%[Eq.data]; ...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
catch UIAxes in figure
how catch UIAxes in new figure? figure;
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how can i convert in array char/string?
it's a struct with 'char' i want to convert in array
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how velocize it? (vectorize it)
a=magic(8) b=[1 3 2 4 5 5 8 3] % (b is always >0) [~,c]=size(a); B=a; for i=1:c if b(i)>1 B(1:b(i)-1,i)=0...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to use "error " in code in function
I have a code that works perfectly.. i try to use error in a condition:(it's use in a funcion called in app designer) if true ...
más de 1 año hace | 1 respuesta | 0
1
respuestaelements >0 are present in matrix only once
a=magic(30) b=unique(a) v=numel(find(a))==numel(find(b)) do you like this code?
más de 1 año hace | 0
Pregunta
elements >0 are present in matrix only once
a= [3 5 9 12 0 0 0 0 4 6 7 8 10 11 0 0 15 17 18 19 ...
más de 1 año hace | 4 respuestas | 0
4
respuestasPregunta
how to velocize it (vectorizing)
a=magic(10) b=[4;5;9;2;3;4;2;7;4;9] %width(a) element x=ones(size(a)); for i=1:numel(b) x(1:max(b(i)-1,1),i)=0 end
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
I can't get bold font in uitable app designer
app.UITable_periodical.Data s = uistyle; s.FontWeight = "bold"; if i set s.FontWeight = "bold" or not is equal..i don'...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
when converting a time into an array I lose the date column
>> class(tab) ans = 'timetable' cc=table2array(tab)
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
how to make the size of 2 boards equal
in this pics you see the output i want to do i've 2 table A and B >> size(A) ans = 560 2 >> size(B) ans = 188 ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how insert "%" before number in spinner
hi, it's possible to insert a "%"after number? Ex. 4% value = app.MaxDDSpinner.Value;
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
problem to convert string
hi, i try use: num2str(app.UITable.Data(:,15)) {app.UITable.Data(:,15)} d=str2double(app.UITable.Data(:,15)) i receive ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how eliminate this line in editor?
when I write and pass it makes me wrap the line
más de 1 año hace | 1 respuesta | 0