photo

Shreshtha Chaturvedi


Last seen: alrededor de 1 mes hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


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 meses hace | 2 respuestas | 0

2

respuestas

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

más de 1 año hace | 0

Pregunta


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...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta