photo

Anaya Kharwadkar


Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
180,629
of 300,863

評判
0

コントリビューション
9 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to bin a variable and create new variables for each bin
Name = [Alice Bob Cate Doug Ernest Fan] Age = [23 15 24 32 44 22] T = table(Name,Age) I want to create bins for the variabl...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Filter rows based on presence of string
I have a 100 x 1 vector called 'gender'. There are only two values in the vector: 'male' and 'female'. These are string values. ...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Creating a timeseries using number of rows
I want to create a timeseries in the format 'dd-mm-yyy hh:mm' and I want the granularity of data to be hourly. For example, if ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to predict future values using time series regression
I have a dataset with a time variable t which is in the format: dd-mm-yyyy hh:mm:ss I also have five other independent variable...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Predictions for stepwise regression model
Hi all, I have created a regression model using the stepwisefit function. I have 5 independent variables (x1,x2,x3,x4,x5), and ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Writing a for loop to perform an operation on a vector
I have a vector x = [4,2,6,5,3,8,2], where n (number of elements) = 7. I want to write a function f = (1+x1)^n1 + (1+x2)^n2 + ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Normalize using first element of vector
I want to normalize the elements of the following vector using the first element. I want the first element of my vector 'stock_m...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to calculate new column values by using present_value and present_value -1?
I have a 312x1 vector, called v(t). I want to calculate a new vector such that new(t) = v(t)/v(t-1). How do I go about this? How...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to import data from .csv file, from specific columns of a row, into an array
I want to import data from one row of a .csv file into an array. But, I do not want all columns in the array. I want columns E t...

5年以上 前 | 0 件の回答 | 0

0

回答