photo

Louis Christensen


Last seen: circa un anno fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

All
File Exchange

2 File

Cody

0 Problemi
9 Soluzioni

RANK
N/A
of 301.428

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
7.986 of 21.271

REPUTAZIONE
115

VALUTAZIONE MEDIA
3.50

CONTRIBUTI
2 File

DOWNLOAD
6

ALL TIME DOWNLOAD
919

RANK
43.887
of 174.497

CONTRIBUTI
0 Problemi
9 Soluzioni

PUNTEGGIO
100

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


BCCS
Brayton Cycle Compare & Solve tool

circa 4 anni fa | 5 download |

3.5 / 5
Thumbnail

Inviato


Royal Game of Ur
The Royal Game of Ur, a 4000 year old board game based on luck, strategy, and probability.

oltre 5 anni fa | 1 download |

0.0 / 5
Thumbnail

Risolto


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

circa 7 anni fa

Risolto


Use of regexp
Given a string, containing several sentences, such as: 'I played piano. John played football. Anita went home. Are you safe?...

circa 7 anni fa

Risolto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

circa 7 anni fa

Risolto


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

circa 7 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]; ...

circa 7 anni fa

Risolto


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

circa 7 anni fa

Risolto


String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

circa 7 anni fa

Risolto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

circa 7 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

circa 7 anni fa