提问


how to use categorical in uitable
hi, I want to choose as value in a table field 'Fil' or 'Stat' cat=categorical({'Fil';'Stat'}); name={'A','B'}; nrows=nume...

12 months 前 | 1 个回答 | 0

1

个回答

提问


how to draw a peak line
Hi, i've data and i want to draw a line that corresponds to the peaks (where there is a zero the previous value >0 must be...

12 months 前 | 2 个回答 | 0

2

个回答

已回答
assign the fields of a structure correctly
"d1" is a table filled with fields that may not be sorted. The reason is that individual fields can be added or removed by cha...

1 year 前 | 0

提问


assign the fields of a structure correctly
h, i want to add d1 to table app.Preset_UITable.Data(end+1,:)=d1; %===> it's not correct because the fields have a different ...

1 year 前 | 5 个回答 | 0

5

个回答

提问


how to velocize execution code
load('matlab_v1.mat') load('matlab_v2.mat') [r,c]=size(v1); res=zeros(size(v1)); t=0; for i=1:c for ii...

1 year 前 | 2 个回答 | 0

2

个回答

提问


callback in TreeNode Propertis
hi, i want to execute calback by click Node2 to execute other function It's possibile to do it?

1 year 前 | 1 个回答 | 0

1

个回答

提问


get the whole sentence truncated
this is a checkBox in my app i write in label "size MainStrum adaptive" but i see only "size Main S. a..." because there ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 3 个回答 | 0

3

个回答

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

提问


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

1 year 前 | 0 个回答 | 0

0

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

已回答
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...

1 year 前 | 0

提问


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

1 year 前 | 3 个回答 | 0

3

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 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'} {'...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 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...

1 year 前 | 1 个回答 | 0

1

个回答

加载更多