已解决


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

6 years 前

已解决


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

6 years 前

已解决


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

6 years 前

已解决


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

6 years 前

已解决


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...

6 years 前

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

6 years 前

已解决


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

6 years 前

已解决


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

6 years 前

已解决


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

6 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6 years 前

已解决


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...

6 years 前

已解决


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

6 years 前

已解决


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

6 years 前

已解决


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

6 years 前

已提交


MATLAP
Electric powered RC cars simulation

6 years 前 | 21 次下载 |

Thumbnail

已提交


DA GUI
Dijkstra's algorithm graphical user interface

6 years 前 | 2 次下载 |

Thumbnail

已提交


BIN2MAT
Binary to MAT-file converter

6 years 前 | 12 次下载 |

Thumbnail

已回答
How to convert sinewave(any signal) into 8bit binary in Simulink?
Hello, Sorry for the delayed response. What about an "Embedded MATLAB function" block calling this kind of code (1 input, 8...

7 years 前 | 0

已提交


INI
INI file manager - initialization file reading and writing

7 years 前 | 6 次下载 |

Thumbnail

已提交


Cumulative distribution function - Gausso-arithmetic scale
Empirical cumulative distribution function in gausso-arithmetic scale

8 years 前 | 2 次下载 |

Thumbnail

已提交


Delta (GUI)
Uncertainty symbolic and numeric calculator (GUI version)

8 years 前 | 3 次下载 |

Thumbnail

已提交


AVAR
Allan variance calculation GUI

8 years 前 | 10 次下载 |

Thumbnail

已提交


Robotic mapping
Robotic mapping from video shots

8 years 前 | 1 次下载 |

Thumbnail

已提交


PWN2PLY
Converter from PWN format to PLY format

8 years 前 | 1 次下载 |

Thumbnail

已提交


Hierarchical clustering
Hierarchical clustering and dendrogram (WPGMA and UPGMA methods)

8 years 前 | 6 次下载 |

Thumbnail

已提交


Random walk estimator
Estimation of gaussian random walk

8 years 前 | 1 次下载 |

Thumbnail

已提交


RECDIR
Recursive "DIR" function

8 years 前 | 1 次下载 |

Thumbnail

已提交


Availablity Monte-Carlo simulator
Availablity Monte-Carlo simulator for systems including multiples redundant units

8 years 前 | 1 次下载 |

Thumbnail

已提交


Wien bridge oscillator
Wien bridge oscillator simulation through differential equation solving

8 years 前 | 7 次下载 |

Thumbnail

已提交


Keypad press function
Shortcuts and menus to graphical utilities (scale, zoom, translation and initialization)

8 years 前 | 2 次下载 |

Thumbnail

加载更多