photo

Shreshtha Chaturvedi


Last seen: 約1ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Averaging across labels in a time-series data
Hi, I have a time series data that loos like this: time = repmat(5, 10, 1); stages = {'A', 'B', 'C'}; stage = stages(randi(...

2ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Matlab tool to plot 3d phase portrait
I have the following system of differential equations x' = -alpha0 * x + beta0 * x * y; y' = alpha1 * y - beta1 * x * y; z' ...

3ヶ月 前 | 2 件の回答 | 0

2

回答

回答済み
Using vertcat to convert cellarray consisting of mutiple columns into an array of multiple columns
As @Walter Roberson commented, cell2mat(C) solved my purpose.

1年以上 前 | 0

質問


Using vertcat to convert cellarray consisting of mutiple columns into an array of multiple columns
I have the following cellarray C = cell(3) I want to vertically contactenate all columns and obtain an array. If my cell arra...

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

2

回答

質問


Obtaining n^th order polynomial combinations in an array
Hi, I want to obtain an array consisting of all the possible combinations of polynomials upto n^(th) order. For example, for ord...

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

1

回答

質問


Too many input arguments: error in ODE45
I have the following coefficient matrix my_Xi: my_Xi = 0 0 0 0 0 0 0 0 ...

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

1

回答

質問


How can I use interp1 to interpolate the last row of a matrix?
I have the following 4 x 3 matrix: A = [1,2,3;4,5,6;7,8,9;10,11,12] I want to interpolate the rows of this matrix and get a 5...

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

2

回答

質問


Getting a system of equations and the using ODE45
Hi, I have a coefficient matrix - Xi= 1.0e+03 * 0.3002 0.3832 0.0577 0 0 0 ...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


How do I multiply a matrix and a column vector of variables ?
I have a matrix 'F' (3 * 20 double) and a cell-type 'ans' (20*1) consisting of variables of the form (1,x,y,z,xy,yx,...). The 'a...

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

1

回答