Community Profile

photo

Luca Re


Last seen: 2日 前 2023 年からアクティブ

統計

  • Thankful Level 5

バッジを表示

Content Feed

表示方法

質問


Dimensions of arrays being concatenated are not consistent.
hi, i receive this error...How can i solve it? arr = load('matlab_bb.mat') disp(arr.bb) cell2mat(arr.bb) cell2mat(bb) Error...

6日 前 | 1 件の回答 | 0

1

回答

質問


how assign cellarray to field Struct
bb ans = 27×1 cell array {'On Micro'} {'On Micro'} {'On Micro'} {'On Micro'} {'On Micro'} {'...

9日 前 | 1 件の回答 | 0

1

回答

質問


how change information Date Picker
if i change data it call this function: function BackTest_InizioValueChanged(app, event) value = app.BackTest_...

9日 前 | 1 件の回答 | 0

1

回答

質問


missing year in timetable
TR = timetable timerange subscript: Select timetable rows with times in the half-open interval: [01-Dec-2020 00:0...

約2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


using "&" with logical array
oN is a array Logical col is array Logical why is not correct using &? K>> class(oN) ans = 'logical' K>> class(col) ...

2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Put the separator every thousands
T=100000000; T1 = regexprep(string(T),'(\d+)(\d{3})$',"$1'$2") I would like to have the thousands separator for every 1000...

2ヶ月 前 | 2 件の回答 | 0

2

回答

質問


how to velocize it (avoid loop is possible)
E=[0 5 6 9 2;0 0 1 3 1;0 5 4 2 4]' filtro=ones(size(E)); for i=1:width(E) bu=find(E(:,i),1,'first'); filtr...

2ヶ月 前 | 2 件の回答 | 0

2

回答

質問


how toggle this warning using unstack function
T1 = table(year(prof_monthly.Data),month(prof_monthly.Data),prof_monthly.Profit); Result = unstack(T1, 'Var3', 'Var2'); ...

3ヶ月 前 | 3 件の回答 | 0

3

回答

質問


how to create table Date/Value
i have this data (pic1) and i want similar pic2 Do I have to create the table by entering the values manually or is there a fu...

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Values within a cell array must be numeric, logical, or char
hi, how can i solve it? i've allegate "pl" pl=struct2table(app.Preset); vv=pl{:,1}; [~,vv,~]=fileparts(vv); pl...

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


remove the white space on table
how to remove the white space next to the table drawn in the app designer? app.UITable.Data=T; app.UITable.ColumnNam...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

4ヶ月 前 | 3 件の回答 | 0

3

回答

質問


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...

4ヶ月 前 | 2 件の回答 | 0

2

回答

質問


display cell array vertically
I WANT THIS:

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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)...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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...

4ヶ月 前 | 2 件の回答 | 0

2

回答

質問


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

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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 ...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 1 件の回答 | 0

1

回答

回答済み
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

5ヶ月 前 | 0

質問


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

5ヶ月 前 | 3 件の回答 | 0

3

回答

質問


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...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 2 件の回答 | 0

2

回答

質問


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

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 1 件の回答 | 0

1

回答

さらに読み込む