統計
All
MATLAB Answers
File Exchange
8 ファイル
Cody Blogs215 投稿
ThingSpeakコントリビューション
215 投稿
コントリビューション
2 パブリック チャネル
平均評価
68
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
公開済み
Head-to-Head Voting: Which Solution Is the Best Solution?
I like to play Cody because I always learn something. After I've solved a problem, I spend a little time with the Solution...
9日 前

解決済み
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...
20日 前
公開済み
Continued Fractions and Computations
Today's guest article is by Wesley Hamilton, a STEM Outreach engineer here at MathWorks. See his earlier piece on solving...
3ヶ月 前

解決済み
Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?
3ヶ月 前
公開済み
What Is a Toolbox? New Guidelines for Authors
The File Exchange provides access to more than 46,000 free MATLAB projects. For 33,854 of these projects, the authors...
3ヶ月 前

公開済み
Nine Insights from My Conversation with Heather Gorr, Senior MATLAB Product Manager
Today's guest article is by Hans Scharler. Live Interview on Discord Recently, I had the privilege of engaging in a...
4ヶ月 前

公開済み
Solving Sudoku with MATLAB
Today's guest article is by Wesley Hamilton, a STEM Outreach engineer here at MathWorks. Wesley's roles involve...
5ヶ月 前

公開済み
An Algorithmic Spelling Bee
Earlier this year I wrote about solving word ladders with MATLAB. There was a lot of interest in that post, so I thought...
6ヶ月 前

公開済み
Celebrate pi day with a pi patch
Today's guest article is by Adam Danz whose name you might recognize from the MATLAB Central community. Adam is a...
7ヶ月 前

公開済み
Taking the Hassle Out of Testing
This cartoon sums up my feelings about testing. Testing is great. When you have working tests, you feel clean and warm. The...
7ヶ月 前

公開済み
Acquiring and Analyzing Sensor Data with MATLAB Mobile and MATLAB Online
MATLAB Mobile allows you to collect information from your device sensors and perform cool experiments with the acquired...
8ヶ月 前

解決済み
Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...
8ヶ月 前
解決済み
Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...
8ヶ月 前
解決済み
Fibonacci Decomposition
Every positive integer has a unique decomposition into nonconsecutive Fibonacci numbers f1+f2+ ... Given a positive integer n, r...
8ヶ月 前
解決済み
Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>
8ヶ月 前
解決済み
Next Tribonacci Number
The "Tribonacci" sequence is an extension of the idea of the Fibonacci sequence: That is, each new term is the sum of the thr...
8ヶ月 前
公開済み
Laddergrams
MATLAB is good at math, of course, but it can also let you have some fun with words. Go to the Gaming > Word Games...
8ヶ月 前

公開済み
Cookies & Code
Seasonal greetings of the Greater Solstice Metropolitan Area! As I write this, the solstitial sun sets on the shortest day...
9ヶ月 前

公開済み
Crepuscular Tidings
As the days get shorter and drearier here in New England, I get hungry for sunlight. This makes me somewhat obsessed with...
10ヶ月 前

送信済み
Private Cody Leaderboard
This code creates a private leaderboard for Cody players.
10ヶ月 前 | ダウンロード 2 件 |

公開済み
Cody Meets Cricket: Who’s Your Bunny?
Any cricketers out there? If you like cricket and coding in MATLAB (and who doesn't?), then allow me to direct your...
11ヶ月 前

公開済み
2022 Mini Hack Content Analysis
Today, once again, I am delighted to introduce guest blogger Dave Bulkin. You may remember that Dave blogged in this space...
11ヶ月 前

解決済み
Cricket - Most Frequent Bowler-Batter Wicket Combinations
Given a table representing all wickets taken in a particular set of matches, return a table of the bowler-batter pairs that occu...
11ヶ月 前
解決済み
Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...
11ヶ月 前
解決済み
Extract the Acrostic Message
An acrostic cipher is a way of embedding one message within another by taking the first (or last) word of each line. Given a str...
11ヶ月 前
解決済み
Boustrophedon
Given a vector v and a positive integer n, return an m-by-n matrix containing the elements of v row-wise, alternating left-to-ri...
11ヶ月 前
解決済み
Generate Tribonacci Sequence
The "Tribonacci" sequence is an extension of the idea of the Fibonacci sequence: That is, each new term is the sum of the thr...
12ヶ月 前
解決済み
Where the Four Corners Am I?
The "Four Corners" region of the US is where Colorado, Utah, Arizona, and New Mexico all meet - the only place where four states...
12ヶ月 前