Feeds
질문
Create triangular matrix from vector
I have a vector, v = [x1, x2, x3 ....,xn] I want to create a matrix from it in two ways: Upper triangular x1 x2 x3.... xn 0...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Matlab integration of numerical data
I have numerical data for function f, calculated for a vector x (not a defined function of x). Can I create a functional form ou...
거의 5년 전 | 답변 수: 2 | 0
2
답변질문
Coupled set of odes
Hi, I want to solve these coupled set of odes. dy/dt =f1(y)+c1*x; dx/dt =f2(x)+c2*y; Where both x and y are vectors of diff...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Raw by column wise multiplication of matrices
I want to multiply each row of a matrix with corresponding column(only) of another matrix so that the answer is a column vector....
5년 초과 전 | 답변 수: 1 | 0

