Ben Worrall
Followers: 0 Following: 0
Feeds
提问
How to find the maximum of some variables ?
I have some variables, variable1 = a , variable2 = b , variable3 = c etc. I want to find the maximum of all the variables and d...
3 years 前 | 1 个回答 | 0
1
个回答提问
Step matrix where each value is repeated
1) I want to create a 1xN matrix where it increases in steps however each step is repeated x amount of times e.g. [0 0 0 1 1 1 2...
3 years 前 | 1 个回答 | 0
1
个回答提问
Stuck making a Nx3 matrix where there are N rows of x,y,z coordinates
I want to create an 121x3 matrix of coordinates. The X and Y coordinates go in equal steps of 800 from 0 to 8000, the Z cooridna...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to make a simple grid of coordiantes ?
I'm very new to matlab, I just want to plot a grid of points so that there is a point at (0,0) (0,1) (1,0) (1,1) so on for an 11...
3 years 前 | 1 个回答 | 0