Feeds
提问
Loop with Fixed time
How can I make the loop with fixed time? For example: for i=1:5 somecode; end I want to make every calculation t...
12 years 前 | 1 个回答 | 0
1
个回答提问
Discrete acceleration data to position
I can get accelerator vector data from LEGO Accel sensor by every sampling time. For example when t=1 [x;y;z]=[15;9;220] whe...
12 years 前 | 1 个回答 | 0
1
个回答提问
permutations and combinations of column
If there are two matrices A=[1 2 3 4]; B=[5 6 7 8]; How can I create this C=[ 1 2 3 4; 1 2 3 8;...
12 years 前 | 2 个回答 | 1