Feeds
提问
MATLAB Newton Raphson Method with a vector function
Hi! I am trying to use Newton Raphson Method to solve the following problem: Given a complex matrix $K$, let our vector variable...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to plot "exterior" convex hull?
I want to estimate the shape of convex 3d object. First let me give an example on 2d: Lets say there is convex shape given ...
4 years 前 | 0 个回答 | 0
0
个回答提问
How to take an integral of a matrix
I want to find an integral of a matrix: T=[2 -sqrt(3) -1]'; R=[0.0042 -0.0755]; I=eye(3); A=diag([7, 5, 2.05]'); B=[1 1 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
How I can optimize my code to run faster?
Hi everyone, I am trying to generate a 1000x1000 Gaussian Unitary Matrix (i.e. the diagonal elements are real Gaussian, the u...
8 years 前 | 0 个回答 | 0
0
个回答提问
How can I extract frequency response data from FIR?
Hi, I have one code that simulates the performance of fixed controller with truncated FIR filter. I want to extract frequency re...
10 years 前 | 1 个回答 | 0
