
Inna Pelloso
Statistics
12 質問
1 回答
ランク
31,213
of 262,714
評価
1
貢献
12 質問
1 回答
回答採用率
91.67%
獲得投票数
1
ランク
of 113,705
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
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...
16日 前 | 0 件の回答 | 0
0
回答質問
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 ...
約1ヶ月 前 | 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...
3ヶ月 前 | 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...
4ヶ月 前 | 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 ...
5ヶ月 前 | 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...
10ヶ月 前 | 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...
約1年 前 | 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...
1年以上 前 | 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 ...
1年以上 前 | 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...
1年以上 前 | 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...
2年弱 前 | 2 件の回答 | 0
2
回答質問
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 ...
2年弱 前 | 2 件の回答 | 0