Feeds
提问
Multiplying two matrices with completely different dimensions
Hi everybody. I've programmed the following code: [X,Y,Z]=meshgrid(0:.1:10); B=[0.0184 0 0; 0 00.0546 0; 0 0 0...
8 years 前 | 0 个回答 | 0
0
个回答提问
Make a function with vectors as variables
Hi everyone. I want to make a function that takes three vectors and uses them as the variables (for an example) f([a1,a2...
8 years 前 | 1 个回答 | 0
