Feeds
提问
Vectorising Multiplying each column from a matrix with a square matrix and the tranpose of this column
Hello, I have an operation that I'm doing with a loop but would like to vectorise if possible. I have a matrix h (2790x3591)...
4 years 前 | 3 个回答 | 0
3
个回答提问
Plotting a function over an interval- Unexpected output
I need to plot this function and this is my code: C=1.000e-7; %10^-7 x= [0:h:xf]; y=(2*pi*(2*pi*(exp(-10000*x))+(sin(20000*pi...
6 years 前 | 1 个回答 | 0
