Luca Re
Followers: 0 Following: 0
Statistiques
RANG
223 805
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
121 Questions
7 Réponses
ACCEPTATION DE VOS RÉPONSES
66.94%
VOTES REÇUS
1
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
a function slows down my profiler: I would like to speed it up
%{ hi, i've create a large code.. it's fast but there is a function that slows everything down for me (my application does sev...
environ un mois il y a | 1 réponse | 0
1
réponseQuestion
come to convert words into cell array
g='Eb=3;bb=5;' i want to create arraycell as similar S={'Eb',3;'bb',5} (';' is used to insert a new symbol
environ un mois il y a | 2 réponses | 0
2
réponsesQuestion
call callback function in my code
function SaveDataButtonPushed(app, event) list=app.portFolio_struct.List(:,1); [eq,sis,RifSis]=MP...
environ un mois il y a | 1 réponse | 0
1
réponseQuestion
select node in TreeNode
hi, a is a parents and b is a children (see pics) i want to select children using code How can i do it?
environ un mois il y a | 1 réponse | 0
1
réponsemovegui in app designer
hi, now i use matlab >> version ans = '24.1.0.2603908 (R2024a) Update 3' if i close and reopen app designer i see it...
environ un mois il y a | 0
Question
find unique array cell with 2 field
load('matlab_f.mat') f i want to find row equal f(1.:) and f(2,:) are equal f(3.:) and f(4,:) are not equal
environ un mois il y a | 3 réponses | 0
3
réponsesQuestion
to use ismember with arraycell
gg = 4×1 cell array {'A' } {'A'} {'B' } {'A' } [a,b]=ismember({'A'},gg) a = ...
environ un mois il y a | 3 réponses | 1
3
réponsesQuestion
saving struct empty give me error
hi, it's possibile to save empty struct? How can i do it? A=app.portFolio_struct; On=logical(str2double(A.List(:,2))); A....
environ un mois il y a | 2 réponses | 0
2
réponsesQuestion
how to use categorical in uitable
hi, I want to choose as value in a table field 'Fil' or 'Stat' cat=categorical({'Fil';'Stat'}); name={'A','B'}; nrows=nume...
environ 2 mois il y a | 1 réponse | 0
1
réponseQuestion
how to draw a peak line
Hi, i've data and i want to draw a line that corresponds to the peaks (where there is a zero the previous value >0 must be...
environ 2 mois il y a | 2 réponses | 0
2
réponsesassign the fields of a structure correctly
"d1" is a table filled with fields that may not be sorted. The reason is that individual fields can be added or removed by cha...
2 mois il y a | 0
Question
assign the fields of a structure correctly
h, i want to add d1 to table app.Preset_UITable.Data(end+1,:)=d1; %===> it's not correct because the fields have a different ...
2 mois il y a | 5 réponses | 0
5
réponsesQuestion
how to velocize execution code
load('matlab_v1.mat') load('matlab_v2.mat') [r,c]=size(v1); res=zeros(size(v1)); t=0; for i=1:c for ii...
3 mois il y a | 2 réponses | 0
2
réponsesQuestion
callback in TreeNode Propertis
hi, i want to execute calback by click Node2 to execute other function It's possibile to do it?
3 mois il y a | 1 réponse | 0
1
réponseQuestion
get the whole sentence truncated
this is a checkBox in my app i write in label "size MainStrum adaptive" but i see only "size Main S. a..." because there ...
3 mois il y a | 1 réponse | 0
1
réponseQuestion
I can't delete the file obtained with matlab
..... writecell(bu,hhh,'Delimiter',' '); when I kill writecell process (usin...
4 mois il y a | 1 réponse | 0
1
réponseQuestion
order using first column in array cell
newList=sortrows(newList,1); Error using matlab.internal.math.cellstrpad Cell elements must be character arrays. Error in s...
4 mois il y a | 3 réponses | 0
3
réponsesQuestion
add cell to arraycell
i want to add sistema to oldList but i reveive error newList=[{sistema} oldList]; Error using horzcat Dimensions of arrays...
4 mois il y a | 2 réponses | 0
2
réponsesQuestion
"error 354 "
I have my license at home I'm leaving for holidays, bringing my work from home on a new laptop I go to deactivate the license on...
5 mois il y a | 1 réponse | 0
0
réponseQuestion
how convert arraycell to use with writecell
{'31/07/2024'} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2486]} {'01/08/2024'} {[ ...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
The input was too complicated or too big for MATLAB to parse.
hi, i've a long code and i receive this error.. To fix it i want to reduce code using vectorialization for i=1:c if S...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
Insufficient number of outputs from right hand side of equal sign to satisfy assignment.
[app.Sis.Slippage] ans = Columns 1 through 17 0 9 9 9 6 9 6 6 6 0 0 0 ...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
why does matlab invent decimal numbers?
long = 2.305800000000000e+03; short= 8.694000000000000e+02; prof=3.175200000000000e+03 dail=long+short dail-prof %{ ...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
How avoid exponential notation in compose
hi, i want to avodi exponential notation compose("%d",daily) ... "-250" "1.562500e+02" "-3.750000...
5 mois il y a | 2 réponses | 0
2
réponsesQuestion
left and right sides have a different number of elements.
Hi, i've this problem i is a logical 5995x1... price and bubu have equal size load('matlab_3Variable.mat'); price(i)=bubu;...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
wrong type variable in uitable
function startupFcn(app, set) app.InstrumTab=LoadInstrum_Struct(set); app.Setting=set; ...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
how aggregate duraration and sum it in timetable
Hi, it's a timetable and i want to sum all duration equal: example: 04/01/2010 2202 1.23 05/01/2010 2202 1.26 ...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
search interval in datetime
hi, I have a datetime array of several many days. I need to serch interval example: TimeA=22:00 TimeB=03:00 search datet...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
how to use "range" in uislider
fig = uifigure; s = uislider(fig,"range",1:50); Error using uislider Unrecognized property range for class Slider. Error...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
how get information moving mouse on line plotted
See pics: if i move cursor on line 1 i want see this information about line 1 ( === 1 - NOZIONALE ===>.***....) i use it to ge...
6 mois il y a | 1 réponse | 0