photo

Inna Pelloso


Last seen: 대략 1개월 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


Parse variable in a table
Hi, I have a variable in a table, timestamp, in the following format: 2023-02-24 13:00:00 How can I parse this variable i...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


Find position of specific digit in a number
Hi, I have A = [123; 312]. How can I find the position of the digit 3 in each element of A? That is, I want B = [3; 1]. Any he...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Add suffix to name of all variables in workspace
Hi, Is there a way to add a suffix to the end of the names of every variable in the work space? (i.e. i have variables a,b, and...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Shutdown at specific time
Hi, What is the best way to make Matlab shutdown at a specific time? I am running a timer object, tmr, and want to exit matlab...

1년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Have time object start and stop at a specific time
Hi, I have a timer object, tmr: %%my_timer_test tmr = timer ... ( 'Name' , 'm...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Parsing variable in table
Hi, I have a 3x1 table, with one variable, timestamp: timestamp 2021-02-01 09:00:00 2021-02-01 09:01:0...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Split matrix into N Equal Parts by rows
Hi, I have an Nx10 matrix. How can I split this into three equally sized matrices (by number of rows) ? Is this something the r...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


Code Generation for Prediction of Machine Learning Model
Hi, I have auto-generated C++ code using Matlab Coder for a machine learning model, that has a 1x27 double as input. Is there a...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Last value of Moving Average in single command
Hi, I have A = rand(10,1). I am calculating an exponential moving average, B = movavg(A,'exponential',2). I only want the last ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Setting up linear optimization problem
Hi, I have two 100x1 arrays, X and Y. How do I set this linear problem to run using the optimization toolbox solver? I want to...

대략 2년 전 | 답변 수: 2 | 1

2

답변

질문


fitcensemble optimize hyperparameters without showing plots
Hi, I am fitting an ensemble of learners for classification, and optimizing the hyperparamers (using the 'auto' selection): f...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Indexing matrix from array
Hi, I have A = [1:3; 4:6; 7:9] and an index B = [1;0;1]. How can I extract from each column of A the values at are equal to 1 ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Select table data by Date
Hi, I have a table, where the frist column is the date, and second column is a variable. ''2021-Jan-04'' -0.1581 ''2021-Jan...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Creating index and replacing values
Hi, I have A = [0 0 1 0 1 0 0], and B = [ "030121", "030221", "030321"] I want to create C = [ "030121", "030121", "030...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


Position of element in a row
Hi, I have a 3 x 2 matrix, A: A = [1 2 3; 3 5 4] How can I find the position of the number 3 in each row? I want to create B...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Logical Indexing via multiplication
Hi, I have a 3 x 3 matrix, B = [ 1 2 3; 4 5 6; 7 8 9 ] I have a matrix, A = [ 0 1 0 ]'. How can I extract only the middle ...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Extracting every nth and (n+1)th element
Hi, I have A = (1:101). How can I extract every nth and (n+1)th element? For example, if n = 10, I want reate B = [10, 11, 20...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Find all occuarances of two numbers together
Hi, I have an array, a = [ 0 -1 1 0 0 -1 1 0] How can I fing all the ocurances of [ 1 0], ie. the index showing when the numbe...

3년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Create index between values
Thank you! Really appreciate it.

거의 4년 전 | 0

질문


Create index between values
Hi, I have a 5 x 1 array, a = [ 0 1 0 2 0]. (this is a generalization of a larger problem) I want create and index that fills ...

거의 4년 전 | 답변 수: 2 | 0

2

답변