photo

Anaya Kharwadkar


Last seen: 대략 5년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
180,622
of 300,857

평판
0

참여
9 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,097

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,361

참여
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

답변