Community Profile

photo

Shreshtha Chaturvedi


Last seen: 7 Tage vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa ein Jahr vor | 0

Frage


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

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort