Community Profile

photo

Ned Gulley

Last seen: 2 días hace Con actividad desde 2011

Estadísticas

All
  • MATLAB Mini Hack 2022 Participant
  • MATLAB Mini Hack Participant
  • 3 Month Streak
  • Thankful Level 3
  • Likeable
  • Famous
  • Explorer
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3

Ver insignias

Content Feed

Publicado


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 días hace

Thumbnail

Publicado


Solving Sudoku with MATLAB
Today's guest article is by Wesley Hamilton, a STEM Outreach engineer here at MathWorks. Wesley's roles involve...

26 días hace

Thumbnail

Publicado


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

alrededor de 2 meses hace

Thumbnail

Publicado


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

3 meses hace

Thumbnail

Publicado


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

3 meses hace

Thumbnail

Publicado


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

4 meses hace

Thumbnail

Resuelto


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

4 meses hace

Resuelto


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

4 meses hace

Resuelto


Fibonacci Decomposition
Every positive integer has a unique decomposition into nonconsecutive Fibonacci numbers f1+f2+ ... Given a positive integer n, r...

4 meses hace

Resuelto


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

4 meses hace

Resuelto


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

4 meses hace

Publicado


Laddergrams
MATLAB is good at math, of course, but it can also let you have some fun with words. Go to the Gaming &gt; Word Games...

4 meses hace

Thumbnail

Publicado


Cookies & Code
Seasonal greetings of the Greater Solstice Metropolitan Area! As I write this, the solstitial sun sets on the shortest day...

5 meses hace

Thumbnail

Publicado


Crepuscular Tidings
As the days get shorter and drearier here in New England, I get hungry for sunlight. This makes me somewhat obsessed with...

6 meses hace

Thumbnail

Enviada


Private Cody Leaderboard
This code creates a private leaderboard for Cody players.

6 meses hace | 1 descarga |

Thumbnail

Publicado


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

7 meses hace

Thumbnail

Publicado


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

7 meses hace

Thumbnail

Resuelto


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

7 meses hace

Resuelto


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

7 meses hace

Enviada


Animator
A tool for making GIF animation files

7 meses hace | 3 descargas |

Thumbnail

Enviada


Zoom Keys
Pan and zoom with simple keystrokes.

7 meses hace | 2 descargas |

Thumbnail

Resuelto


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

7 meses hace

Resuelto


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

7 meses hace

Resuelto


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

8 meses hace

Resuelto


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

8 meses hace

Resuelto


Generate Pascal's Triangle Matrix
Pascal's triangle is an arrangement of numbers where each value is the sum of the values adjacent to it in the previous row: ...

8 meses hace

Resuelto


Jack O'Lantern
If visualized correctly, the data contained in the matrix A will look like a jack-o'-lantern. Create a function that will visu...

8 meses hace

Resuelto


Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...

8 meses hace

Resuelto


Make a Plot with Functions
Make a plot and test

8 meses hace

Resuelto


Calculating Student Grades
The matrix grades contains raw grades for 7 students who took your course. Each row represents a different student. The first 7 ...

8 meses hace

Cargar más