piero
Followers: 0 Following: 0
Statistica
27 Domande
0 Risposte
RANK
122.824
of 295.467
REPUTAZIONE
0
CONTRIBUTI
27 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
59.26%
VOTI RICEVUTI
2
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how find idx string deleted
a={'aa','bb','cc','aa'} unique(a,'stable') %i want to find idx string deleted..( idx=4)
12 mesi fa | 1 risposta | 0
1
rispostaDomanda
how to represent when I have a process in progress?
hi, how to display an hourglass? or similarity? or is there another thing to say I'm processing data? (should be displayed when...
12 mesi fa | 1 risposta | 0
1
rispostaDomanda
plot single vector and plot matrix
TEE =[3 8 9 12 3 2] TEE1=[98 45 32 45 1 8] TEE2(1,:)=TEE; TEE2(2,:)=TEE1; figure hold on plot...
quasi un anno fa | 1 risposta | 0
1
rispostaDomanda
how to use makeUniqueStrings
c=num2cell((1:10)') matlab.lang.makeUniqueStrings(c)
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
how distribuite correctly array in struct
vb=[Sis.dailyprof]; [Sis.dailyprof_Orig]=deal(vb); but this is not correct...i want to get dailyprof_Orig similar to dailyprof...
circa un anno fa | 2 risposte | 0
2
risposteDomanda
format column with compose
here i format row : formatSpec = "%d - %s"; RowName=compose(formatSpec,t2,sis); but if i want to format columns? how ...
circa un anno fa | 0 risposte | 0
0
risposteDomanda
how visualize it correctly in app designer
on Workspace : T0=table(c,{Sis.Sistema}'); on app designer: [T0]=Table_DataAllSystem_Struct(app.Sis);
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
different view in uitable app designer
to sx the variable in workspace... (T= struct2table(Sis);) to dx the variable in appdesigner as table ( app.UITable_m...
circa un anno fa | 1 risposta | 1
1
rispostaDomanda
duplicate tab:how know reference object?
obj = allchild(app.Tab_X); newtab = uitab(app.TabGroup,'Title',"XX"); % Create a new tab with the same title copyobj(ob...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
error to assign string in field struct's
>> SlippSource(2) ans = categorical From instrument Sis(:).Slipp ans = 'From strategy' ans = 'From st...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
problem with datetime : day is wrong
year=2008 month=2 day=31 hh =[ year month day ] datetime(hh) %it's not correct ((correct day is 31 not 2) %i try...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
search last day calendar in several year
yearBegin=2015 yearEnd=2023 endMonth=9; for anno=yearBegin:yearEnd for month=1:12 if anno<=yearEnd and month<...
circa un anno fa | 2 risposte | 0
2
risposteDomanda
how catch number in "()"
f={"1A(12)","cB(34)","4C(23)"} i want catch array with 12 34 and 23
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
seach string in arraycell and find idx
C = {'A',31; 'B',5; 'C',3} idx = find(ismember(C,{'A'}))
circa un anno fa | 2 risposte | 0
2
risposteDomanda
how to use varagin with parameter
function definedAndVariableNumInputs(X,Y,varargin) disp("Total number of input arguments: " + nargin) format...
circa un anno fa | 2 risposte | 0
2
risposte1
rispostaDomanda
matlab telegram how to use it
Hi, anyone used this script : https://it.mathworks.com/matlabcentral/fileexchange/90890-telegram-bot-toolbox-api i try to u...
circa un anno fa | 0 risposte | 0
0
risposteDomanda
error assign value in field text app designer
app.LastDateRicalcoloEditField.Value="g"; Property assignment is not allowed when the object is empty. Use subscripted assig...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
find element a content in b..
what word reserver should i use? a: 5 20 0 3 5 1 1 10 b: 3 5 9 12 4 ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
problem to use "UIFigureCloseRequest"
% Close request function: UIFigure function UIFigureCloseRequest(app, event) app.InstrumTab=app.UI...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how to determine the difference in the price scale
scale sx is: 0 5000 10000 15000 how can i detect this difference? (5.000) i use this code to create this graph: plot(Ax...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how add "$" and "' ' " in array string
>> T(:,2) ans = 19×1 string array "139411.39" "115944.39" "413970.912" "124256.379" "14467...
oltre un anno fa | 3 risposte | 0
3
risposteDomanda
Incorrect number or types of inputs or outputs for function 'dateshift'.
HI, I WANT TO DO THIS: 2021 **** 2022 **** but it give me error dateshift(c,'start','year') >> class(c) ans = '...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how find last row<>0
a=[3 4 5 0 3 4 0;4 5 0 0 0 0 0;0 0 0 0 0 0 0] a = 3 4 5 0 3 4 0 4 5 0 0 ...
oltre un anno fa | 1 risposta | 1
1
rispostaDomanda
calculate sum month and annual
hi, i want to calculate profit month and annual T1 is a vector with date from 1/1/2008 to 05/08/2023 (last rilevation) T2 is a...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
the best mode di turn on a vector filter
tmp=ones(size(E_)); if ~filter filtrerA=tmp; end hi, exist a solution better of this?
oltre un anno fa | 0 risposte | 0