回答済み
Support for Lego Mindstorms EV3
This has matured, check out https://wiki.qut.edu.au/display/cyphy/Lego+EV3 for the details: documentation and MATLAB code. ...

約12年 前 | 0

| 採用済み

回答済み
Support for Lego Mindstorms EV3
Have a look at https://wiki.qut.edu.au/display/cyphy/Lego+EV3 we've tried to figure out how the EV3 works, and we have a M...

約12年 前 | 0

送信済み


MATLAB to Point Cloud Library
matpcl is pure MATLAB code that allows interfacing with the Point Cloud Library (PCL) tools

12年以上 前 | ダウンロード 2 件 |

4.5 / 5
Thumbnail

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12年以上 前

解決済み


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

13年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

13年弱 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

13年弱 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

13年弱 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

13年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

13年弱 前

送信済み


Joystick MEX file
Portable joystick MEX file using SDL

13年弱 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


Option parser
A generalized option parser for Toolbox functions

13年弱 前 | ダウンロード 1 件 |

0.0 / 5