photo

goc3


Last seen: Today Actif depuis 2014

Followers: 21   Following: 14

Message

Member of the Community Advisory Board since its inception | MATLAB enthusiast | Code optimizer | Software tester | Materials scientist / mechanical engineer by degree and licensure | Grammar adherent | Favorite element: rhenium

Programming Languages:
MATLAB, HTML, CSS
Professional Interests:
App Building, Data Analysis, Material Sciences, Statistics, Mechanical Engineering

Statistiques

All
MATLAB Answers

6 Questions
11 Réponses

Cody

141 Problèmes
3833 Solutions

Highlights

18 Points forts

RANG
1 386
of 300 715

RÉPUTATION
52

CONTRIBUTIONS
6 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
83.33%

VOTES REÇUS
17

RANG
 of 21 048

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
7
of 170 301

CONTRIBUTIONS
141 Problèmes
3833 Solutions

SCORE
51 269

NOMBRE DE BADGES
213

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
18 Points forts

NOMBRE MOYEN DE LIKES
3

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 2
  • Thankful Level 2
  • Cody Contest 2025 Finishers
  • Number Manipulation I Master
  • First Review
  • Sequences And Series III Master
  • R2016b Feature Challenge Master
  • Likeable
  • Introduction to MATLAB Master
  • Curator

Afficher les badges

Feeds

Afficher par

A résolu


Clueless - Lord Ned in the Game Room with the Technical Computing Language
[Warning: this is a nontrivial programming problem] Worried about the decline in reasoning skills in the clueless populace of...

8 jours il y a

A résolu


Popular Word Game™ Distance
Professor Ned, who holds the Nedowed Chair of Crackpot Mathematics at the University of Nedsburg, has recently discovered the da...

24 jours il y a

A résolu


Who Holds the Lord Ned Challenge Shield?
During the Nedball Premier League regular season, each of the n teams plays each of the other (n-1) teams twice, once at home an...

24 jours il y a

A résolu


A Nedlish Country Garden - Check for Valid Arrangement
Nedland is famous for its stately gardens, which typically have a centerpiece of a square grid, with certain squares featuring a...

26 jours il y a

A résolu


Convert Decimal to Hexavigesimal
NASA (Ned’s Alien-Spying Agency) have made contact with a 13-fingered race from the planet Genai. Naturally, Ned’s shadowy opera...

27 jours il y a

A résolu


Convert Hexavigesimal to Decimal
NASA (Ned’s Alien-Spying Agency) have made contact with a 13-fingered race from the planet Genai. Naturally, Ned’s shadowy opera...

27 jours il y a

A résolu


Average Number of Moves for the Royal Game of Err
Bored of tedious court assemblies, King Neduchadneddar the Procrastinator has found a cunning way to keep his advisors, councilo...

29 jours il y a

A résolu


Transition Matrix for the Royal Game of Err
Bored of tedious court assemblies, King Neduchadneddar the Procrastinator has found a cunning way to keep his advisors, councilo...

29 jours il y a

A résolu


Leaderboard for the Nedball World Cup
At the upcoming inaugural Nedball World Cup, organizers need to track who is in the lead for the coveted Golden Toeplitz trophy,...

environ un mois il y a

A résolu


Government of the Neds, by the Neds, for the Neds - Distribute the Nedsburg City Councilors
The city of Nedsburg consists of several islands, the number of which changes regularly, due to tectonic forces, shoddy civil en...

environ un mois il y a

A résolu


The Bridges of Nedsburg
The fabled city of Nedsburg consists of several islands connected by bridges. Due to tectonic forces, shoddy civil engineering, ...

environ un mois il y a

Réponse apportée
Quench Simulation with finite difference. Assistance with implementing variying thermal conductivity (k) for changes in temperature (T))
Does this work?: if T >= 1066 kth_polyVec = [14.6, 0.01]; else kth_polyVec = [50.3, -0.02]; end

environ un an il y a | 0

| A accepté

Réponse apportée
Can't open additional instance of MATLAB in release 2024b?
I am using an older Mac (Intel) and OS (Ventura), so, I do not know if this will help. Nonetheless, I am still able to open an ...

environ un an il y a | 0

A résolu


Moyenne pondérée
Ecrire une fonction qui prend en entrée un vecteur P et un vecteur V et calcule la moyenne pondérée MP des élements vi d'un vec...

environ un an il y a

Poll


Do you have the tab key insert spaces instead of tabs?

environ un an il y a | 1810 votes | 5 comments

A résolu


Creating a matrix by taking shifted copies of a given vector v as columns
This problem is the same as the problem 761 except that here we are testing it for any given vector ; a row or column vector. Th...

plus d'un an il y a

Poll


My favorite type of Cody problem is:

plus d'un an il y a | 117 votes | 2 comments

Poll


Which of the following is not a built-in string-checking function?

plus d'un an il y a | 2455 votes | 6 comments

Poll


How many spaces per tab do you prefer?

plus d'un an il y a | 6419 votes | 10 comments

A résolu


Update course numbers and abbreviations
Suppose that the educational institution where you teach purchases new software to handle many essential functions, including co...

plus d'un an il y a

A résolu


Remove a specific character with another
Remove any (-) dash sign with (_) underscore Ex = 'The-Journey-of-thoudsands-miles-starts-with-a-single-step' y = 'The_Jour...

plus d'un an il y a

A résolu


Swap between first and last
The idea is to swap between first and last row Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; ...

plus d'un an il y a

A résolu


Swap between first and last column
The idea is to swap between first and last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 ...

plus d'un an il y a

Poll


Which of the following produces a false value?

plus d'un an il y a | 1324 votes | 2 comments

Réponse apportée
Smart Indenting now Removes Whitespace
Release 2024a includes a setting for this!! The following code will stop smart indenting from removing white space: s = setting...

plus d'un an il y a | 2

| A accepté

Réponse apportée
Unwanted editor behavior: whitespace only lines trimmed
Release 2024a includes a setting for this!! The following code will stop smart indenting from removing white space: s = setting...

plus d'un an il y a | 1

Réponse apportée
Smart indent new bheaviour (removing whitespaces) is messing with Git
Release 2024a includes a setting for this!! The following code will stop smart indenting from removing white space: s = setting...

plus d'un an il y a | 1

Charger plus