문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

대략 9년 전

문제를 풀었습니다


Free passes for everyone!
_Simply return the name of the coolest numerical computation software ever_ *Extra reward* (get a _freepass_): As an addit...

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

대략 9년 전

문제를 풀었습니다


poll: would you like the regexp (?@cmd) functionality to be banned in Cody?
This problem is a poll (and a little bit of "white hat hacktivism" as well) regarding Cody users sentiment about the use of rege...

대략 9년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

대략 9년 전

문제를 풀었습니다


Find the next prime number
Find the next prime number or numbers for given n. For example: n = 1; out = 2; or n = [5 7]; out = [7 11]; ...

대략 9년 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

대략 9년 전

제출됨


Chess Master
MATLAB chess GUI with UCI/PGN support

9년 초과 전 | 다운로드 수: 17 |

Thumbnail

제출됨


Mutable List
GUI supporting interactive reordering, deletion, and selection of list elements

9년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Minesweeper
Minesweeper GUI with classical graphics, a persistent leaderboard, and an auto-solution engine

거의 10년 전 | 다운로드 수: 26 |

Thumbnail

제출됨


PDF Package
A MATLAB package for generating and manipulating empirical PDFs and CDFs

거의 10년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Towers of Hanoi
A MATLAB GUI for the popular Towers of Hanoi puzzle game with manual or automatic solution.

대략 10년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


Linear Algebra Package
Implements many common linear algebra functions in completely self-contained MATLAB code.

대략 10년 전 | 다운로드 수: 8 |

Thumbnail

제출됨


Sorting Methods
MATLAB implementations of a dozen common sorting algorithms

10년 초과 전 | 다운로드 수: 10 |

Thumbnail

제출됨


Data Structures
MATLAB implementations of common data structures, including trees, hash tables, heaps, and lists

10년 초과 전 | 다운로드 수: 5 |

Thumbnail

제출됨


Spirograph GUI
A MATLAB GUI for generating customizable multilayer spirographs

거의 11년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Kalman Filter Package
Implements Kalman Filter, Extended Kalman Filter, Dual Kalman Filter, and Square Root Kalman Filters

11년 초과 전 | 다운로드 수: 26 |

Thumbnail

제출됨


P-Stage Wavelet Compression Tool
Performs P-Stage Wavelet Compression on an input image and compares the fidelity of the i/o images.

11년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Biorthogonal Wavelet Compression Tool
Contains numerous functions to generate biorthogonal wavelets and compress grayscale/color images.

11년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Texas Hold'Em Poker Simulator
This application simulates Texas Hold'Em poker probabilities via Monte Carlo simulation.

11년 초과 전 | 다운로드 수: 5 |

Thumbnail