photo

Luca Re


Last seen: ein Tag vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 5

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I can't delete the file obtained with matlab
..... writecell(bu,hhh,'Delimiter',' '); when I kill writecell process (usin...

ein Tag vor | 1 Antwort | 0

1

Antwort

Frage


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

2 Tage vor | 3 Antworten | 0

3

Antworten

Frage


add cell to arraycell
i want to add sistema to oldList but i reveive error newList=[{sistema} oldList]; Error using horzcat Dimensions of arrays...

2 Tage vor | 2 Antworten | 0

2

Antworten

Frage


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

13 Tage vor | 0 Antworten | 0

0

Antworten

Frage


how convert arraycell to use with writecell
{'31/07/2024'} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2486]} {'01/08/2024'} {[ ...

15 Tage vor | 1 Antwort | 0

1

Antwort

Frage


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

22 Tage vor | 1 Antwort | 0

1

Antwort

Frage


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

24 Tage vor | 1 Antwort | 0

1

Antwort

Frage


why does matlab invent decimal numbers?
long = 2.305800000000000e+03; short= 8.694000000000000e+02; prof=3.175200000000000e+03 dail=long+short dail-prof %{ ...

30 Tage vor | 1 Antwort | 0

1

Antwort

Frage


How avoid exponential notation in compose
hi, i want to avodi exponential notation compose("%d",daily) ... "-250" "1.562500e+02" "-3.750000...

etwa ein Monat vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Monate vor | 1 Antwort | 0

1

Antwort

Frage


wrong type variable in uitable
function startupFcn(app, set) app.InstrumTab=LoadInstrum_Struct(set); app.Setting=set; ...

etwa 2 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

2 Monate vor | 1 Antwort | 0

1

Antwort

Frage


how to use "range" in uislider
fig = uifigure; s = uislider(fig,"range",1:50); Error using uislider Unrecognized property range for class Slider. Error...

2 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

2 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to create array datetime
thank for answer The originally array is it's a very large array i try your solution but the PC no longer responded i us...

2 Monate vor | 0

Frage


how to create array datetime
i want datetime in this format : 01/02/2008 501 (day/month/years and time) i try it : bbb=datetime(bb,"InputFormat",...

2 Monate vor | 3 Antworten | 0

3

Antworten

Frage


How to avoid patch color in legend?
Sorry , i can to send only you a little piece of code.. here " plot(Ax_Eq,XDates(xx_:end),TE_strum(xx_:end,i)','Color',"black...

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


different color to plot
hi,it' possible to plot in different color? (example : line color yellow but the last point are colored in black)

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

4 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

4 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

5 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

5 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

5 Monate vor | 2 Antworten | 0

2

Antworten

Frage


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

6 Monate vor | 2 Antworten | 0

2

Antworten

Frage


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

6 Monate vor | 3 Antworten | 0

3

Antworten

Frage


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

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

7 Monate vor | 1 Antwort | 0

1

Antwort

Mehr laden