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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

