Community Profile

photo

Jacco


Attivo dal 2012

Followers: 0   Following: 0

Contatto

Statistiche

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


FixTicks - automatic redraw ticks on any axis
Increase the number of ticks using intelligent spacing without having to manually specify them.

circa 8 anni fa | 1 download |

Thumbnail

Inviato


Julian Date to Day of the Year Converter
Convert (modified) Julian date to day of the year (and year)

circa 8 anni fa | 2 download |

Thumbnail

Risolto


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

circa 9 anni fa

Risolto


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

circa 9 anni fa

Risolto


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Inviato


Spherical Triangle Plot Script
Draws a spherical triangle on a unit sphere, given its coordinates.

quasi 12 anni fa | 1 download |

Thumbnail