![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/31005282_1693720971277_DEF.jpg)
pipor
Followers: 0 Following: 0
Statistica
RANK
138.057
of 297.016
REPUTAZIONE
0
CONTRIBUTI
24 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 157.725
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
Duplicate tab2 in tab3
hi ,i want to duplicate this tabgroup (tab2) in tab3 Is possible to copy via code Tab2 e draw it in Tab3?
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how to obtain additional space in the panel
hi, I have to enter other fields and information in this panel but I have no free space... We would like a menu that pops up...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
what is the best mode to populate this array in this loop annidate?
i want to code it to creare text for legend plot! (legend) it's better to use string and strcat or use arraycell ? if the be...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
what code to plot dark stairs colors
i use this code di plot n-line for i=1:r col=rand(3,1,1)'; hp1=plot(Ax_Eq,XDates,TEE1(i,:),'Color',col); end ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how refresh chart in the function?
hi, i use function to draw in app designer app (paramter of bubu function) is a reference's graph i use in the function "close...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
how break loop in execution?
i can write a piece of my code: appp = uifigure; appp.Position = [500 500 300 75]; BB = uiprogressdlg(appp,'Message',...
oltre un anno fa | 1 risposta | 0
1
risposta1
rispostaDomanda
How to code NESTED CYCLES
f=[3 6 3 9] b=[5 8 10 12] a is a function with parameter f and b! for l=1:numel(b) for i=1:numel(f) a(f(i),b(l)) ...
oltre un anno fa | 3 risposte | 0
3
risposteDomanda
what item do I need?
I need to display a list in a small space (where I will use the bars to scroll it) and select the elements of this Could the Li...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how to use tree in app designer
i want to know what is selected or not: Jow is not selected Linda is not selected where can i find this information? ... thi...
oltre un anno fa | 2 risposte | 0
2
rispostehow write legend plot right side)
i do it with octave...several year ago
oltre un anno fa | 0
Domanda
how many input parameters to the pass function
function CalcolaButtonPushed(app, event) app.EquityUnfilteredCheckBox.Value app.EquityFilteredChe...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how to visualize histogram with Datatime on Axis
i want to visualize similar but using histogram
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how velocize operation boolean
N = 5 a=[0.3 1 0 3 9] b=a<N find(b&(~a))
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
Operation with logical data. Which is better?
n=5; a=[1 9 0 2 3]; a.*(a<n) (a.*(a<5))>0 %A logical(a.*(a<5)) %B Is a better solution A or B? Or does another solution ...
oltre un anno fa | 3 risposte | 0
3
risposte1
rispostaDomanda
problem to combine string
TT ans = 1×3 string array "Loop" "1**" "0.3266" i want union "Loop 1** 0.3266" i try combine, strcat but n...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
replace character in array cell
1) [0,0,0] 2) [4,1,0.366] if first element is >0 i want substitute the number with 'Loop' [4,1,0.366] ====> [Loop 1** 0.3...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
i need to code speed ..anyone can help me? Getting rid of the loop would be a good start
v=[1 0 0 1]; d=[0.3 0 0 0.4] n="lp"; count=1; gg=find(v) clear b g={'Cycle n.',count} j=1; % for h=1:numel(gg) ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
operation with logical array
c=[0 0 0 0] a=[1 0 1 0] b=[0 1 1 0] b-a c(find((b-a)>0))=1 if element a==0 and element b==1 i want to change element c ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
how concatenate arraycell in this strange way
c = {1 4} d = {3 6} it's possibile to do it? {1 3} {4 6}
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
convert from cell array to double
b = 1×1 cell array {1×2 cell} i want to get last element in cell ("4") and convert it in double
oltre un anno fa | 2 risposte | 0
2
risposteconvert array double in array cell with simbol
no one helps me? :D i try: a=round(rand(3,1,1)*100) b=round(rand(3,1,1)*100) aa=num2cell(a) bb=num2cell(b) strjo...
oltre un anno fa | 0
Domanda
calculate wrong or "/" work different
b=156260 c=165000 c\b >> untitled3 b = 156260 c = 165000 ans = 0.9470 !?!?! ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
convert array double in array cell with simbol
n=6; a=[0 1 0 1 1 0] b=[1 0 0 0 1 1] c=cell(n,1) c{1,:}={a(1) b(1)} c{2,:}={a(2) b(2)} c{3,:}={a(3) b(3)} c...
oltre un anno fa | 1 risposta | 0