Question


how to use getvarname
PtnBaseSA2(1,:)={"TEST"} f="PtnBaseSA2"; f1=genvarname(f) f1(1)

7 months ago | 3 answers | 0

3

answers

Question


how view the content cell array
C={' fdfd(fg,54)'} W1 = regexp(C,'(\w+)','tokens')' {W1} How can I view the content? i try {W1} but it does not wor...

7 months ago | 2 answers | 0

2

answers

Question


display cell array vertically
I WANT THIS:

7 months ago | 1 answer | 0

1

answer

Question


how to use arrayfun
Eq.Data is a struct with 2 fields data is 5864x1 datetime R1 is 1x27 double i want to create the follow array: TradeF(1)...

7 months ago | 1 answer | 0

1

answer

Question


coordinate element in table box
how can i find position (xx,xx,xx) of this table box?

8 months ago | 1 answer | 0

1

answer

Question


how to get reference in app designer
i'm in Predator_Equity.Mlapp and i create Lista_strategieAggreg using: Lista_stratzegieAggreg(app); it's possible to recei...

8 months ago | 4 answers | 0

4

answers

Question


how select columName in Table in the app designer
if i touch circle red function UITableSelectionChanged(app, event) selection = app.UITable.Selection; ...

8 months ago | 1 answer | 0

1

answer

Question


movegui in app designer
in reference to the post https://it.mathworks.com/matlabcentral/answers/1732445-app-designer-messes-up-component-layout-after...

8 months ago | 1 answer | 0

1

answer

Question


understand in which function the field is filled
i try to use matlab debugging but I couldn't understand where the "ReportAggreg" field was created.. I have the main code that ...

8 months ago | 1 answer | 0

1

answer

Question


selected cell in table app designer
app.UITable.Data=T; how can i coding selected cell ? example i want to select cell and the code give me data in cell sel...

8 months ago | 1 answer | 0

1

answer

Question


open Table in app designer with full dimension
How can i open Table with Full dimension?

8 months ago | 1 answer | 0

1

answer

Question


problem to add property in app designer
hi, the field add property is not selectable

8 months ago | 1 answer | 0

1

answer

Answered
how to suggest a name to save
I expressed myself badly.. I want to write "Aggreg_" in the name.. then it will be my job to complete it

8 months ago | 0

Question


how to suggest a name to save
function SaveAsButtonPushed(app, event) sav=Carico_i_nomiFile_e_Dati_Folder_Struct(6); ...

8 months ago | 3 answers | 0

3

answers

Question


how to increase the no. elements in the array structure
>> class(Sis) ans = 'struct' size(Sis(1).dailyprof) ans = 6000 i want all Sis.dailyprof with size =7000 wi...

8 months ago | 1 answer | 0

1

answer

Question


cell2mat error in arraycell
Sis=app.StrategyAggreg_UITable2.Data(:,3); xx=logical(cell2mat(Sis)); Error using cell2mat All contents of the i...

8 months ago | 2 answers | 0

2

answers

Question


call function with multiparameter:what is the best solution?
%WHAT IS best solution ? %Solution A: a)CaricoSistemi2Last_Struct(Settings,[]) b)CaricoSistemi2Last_Struct(Settings,mat) ...

8 months ago | 1 answer | 0

1

answer

Question


how to put only one item in the listbox
I want to fill the space of the box only with one element from the list I tried making the font bigger but it doesn't work b...

8 months ago | 1 answer | 0

1

answer

Question


title with confusing words
legend([hp1 hp2 hp2_ hp3],'Location','northwest'); sett=extractBefore(Set.tslist,'.'); if Set.allow_only_oos sett=strcat(se...

9 months ago | 1 answer | 0

1

answer

Question


calculate boolinger bandwidth using matlab function
hi..I had a problem relating to the calculation of the boolinger band Using the matlab function (bollinger) is the result equal ...

9 months ago | 1 answer | 0

1

answer

Question


convert struct in class?
in my code I created a structure but when I use its data I have to call some methods . Is it better to convert the structure in...

9 months ago | 1 answer | 0

1

answer

Question


check if tab exist
if ~isappdata(app.Tab_Instrum_Aggreg) Predator_CreaOggetti_Instrument_Struct(app); end ...

9 months ago | 1 answer | 0

1

answer

Question


moved object in app designer
in design view app designer i save app(immagine1) often when I reopen it I find the objects moved(immagine2)

9 months ago | 1 answer | 0

1

answer

Question


scroll in position down
it's possible to begin with scroll in position down?

9 months ago | 1 answer | 0

1

answer

Question


problem with dateshift..how solve it?
data1=datetime("2023-01-01") data2=datetime("2023-11-15") dt=data1:days(7):data2 RP=dateshift(data1:calmonths(1)...

9 months ago | 2 answers | 0

2

answers

Question


How to have class and inheritance
Hi. It's possibile to have list of this? (With all class and it's inheritance)

9 months ago | 1 answer | 0

1

answer

Question


select equity by touch
this is plot matrix I want to select line and to know which column is selected

10 months ago | 1 answer | 0

1

answer

Question


how get it?
a=magic(5) b=[1 3 2 4 5] i want to get: in 1 column i want to 1 element in 2 column i want to 3 element in 3 column i wan...

10 months ago | 2 answers | 0

2

answers

Question


how delete xline in app designer
function RilevaPeriodoButtonValueChanged(app, event) value = app.RilevaPeriodoButton.Value; if valu...

10 months ago | 1 answer | 0

1

answer

Question


graph alignment problem with Plot and Stem
hi, i've problem to alignment plot graph with stem graph all Data have the same size plot(Ax_Draw,XDates,TDR1) ST=stem(Ax_S...

10 months ago | 1 answer | 0

1

answer

Load more