photo

William


Last seen: Today Active since 2012

Followers: 6   Following: 0

Message

Semi-retired physicist with interests in numerical modeling and mathematics.

Statistics

All
MATLAB Answers

0 Questions
35 Answers

Cody

3 Problems
6039 Solutions

RANK
1,183
of 298,905

REPUTATION
62

CONTRIBUTIONS
0 Questions
35 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
12

RANK
 of 20,656

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1
of 162,856

CONTRIBUTIONS
3 Problems
6039 Solutions

SCORE
60,600

NUMBER OF BADGES
146

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 2
  • Knowledgeable Level 3
  • Cody5 Hard Master
  • Computer Games I Master
  • R2016b Feature Challenge Master
  • 6 Month Streak
  • Logic
  • Knowledgeable Level 2
  • Quiz Master
  • Leader

View badges

Feeds

View by

Solved


Most Frequent Characters
Given a document file or a character array, identify the 'n' most frequently occurring characters and the number of times each a...

6 days ago

Solved


Symmetric Pair
Given an (n, 2) matrix, remove any symmetric pairs from the matrix. Keep the first occurrence. (2, 3) and (3, 2) are considere...

6 days ago

Solved


Unique rows
A matrix is given as the input. Remove any duplicate rows from the matrix. keep the first occurrence.

7 days ago

Solved


Pairs with Given Sum
Given an array of integers and a target sum, return all unique pairs whose sum is equal to the target. The output should be a ma...

7 days ago

Solved


Last Duplicate
Given an array of integers, find the last duplicate element — that is, the element whose second occurrence appears latest in the...

7 days ago

Solved


Dominant Matrix - 02
It is a follow-up of the problem 55995. There, you found out whether a matrix is diagonally dominant or not. In this problem, y...

7 days ago

Solved


First Duplicate
Given an array of integers, return the first duplicate — i.e., the element that appears more than once and whose second appearan...

10 days ago

Solved


'X'avier
Given a square matrix A of size n, write a function to create a new matrix B where only the elements on the main diagonal and th...

10 days ago

Solved


Greater than before
Given an array of integers, write a function that returns elements that are greater than the one before them. For instance, ...

10 days ago

Solved


Intersect three sequences
Most numbers have interesting properties, if you look hard enough and interpret “interesting” liberally. Let’s choose a number a...

14 days ago

Solved


Maze Solver with Backtracking and Custom Cost Rules
Write a function solve_maze that finds a path from the top-left corner (1,1) to the bottom-right corner (m,n) of a 2D matrix M, ...

1 month ago

Solved


Find the summation of factorial series
Factorial numbers are n! = 1*2*3....*n the series is 1!, 2!, 3!,........, n!

1 month ago

Solved


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

1 month ago

Solved


add num
add two numbers a and b

1 month ago

Solved


round pi
round pi

1 month ago

Solved


wordle
create a dictionary and a playable game of wordle, figure out the solution.

1 month ago

Solved


num10
123456

1 month ago

Solved


num9
num

1 month ago

Solved


num8
num

1 month ago

Solved


num7
num

1 month ago

Solved


num6
num

1 month ago

Solved


num5
num

1 month ago

Solved


num4
nmjhg

1 month ago

Solved


num3
nam

1 month ago

Solved


nam2
nam

1 month ago

Solved


num
num

1 month ago

Solved


num to char
make num into char

1 month ago

Solved


sum numbers to some value n
sum of numbers up to a value n

1 month ago

Solved


Mode
Find the mode of a vector x

1 month ago

Solved


Find the mean
Find the mean of a given sdet of numbers in a vector x

1 month ago

Load more