photo

David K


Last seen: 5 mesi fa Attivo dal 2015

Followers: 0   Following: 0

I spend a lot of time in MATLAB, with my focus on signal processing and data analysis.

Statistica

All
MATLAB Answers

29 Domande
0 Risposte

Cody

0 Problemi
257 Soluzioni

RANK
14.082
of 300.364

REPUTAZIONE
3

CONTRIBUTI
29 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.83%

VOTI RICEVUTI
3

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
464
of 168.407

CONTRIBUTI
0 Problemi
257 Soluzioni

PUNTEGGIO
3.843

NUMERO DI BADGE
17

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 3
  • Cody5 Easy Master
  • Number Manipulation II Master
  • ASEE Challenge Master
  • Project Euler I
  • Cody Challenge Master
  • Indexing I Master
  • CUP Challenge Master
  • Promoter
  • Community Group Solver

Visualizza badge

Feeds

Visto da

Risolto


Draw a '4' in a zero matrix!

circa 2 anni fa

Risolto


Draw a '6' in a zero matrix!

circa 2 anni fa

Risolto


Draw a '9' in a zero matrix!

circa 2 anni fa

Risolto


Draw a '7' in a zero matrix!

circa 2 anni fa

Risolto


Draw a '8' in a zero matrix!

circa 2 anni fa

Risolto


Draw a '3' in a zero matrix!

circa 2 anni fa

Risolto


Draw a '2' in a zero matrix!

circa 2 anni fa

Risolto


Draw a '5' in a zero matrix!

circa 2 anni fa

Risolto


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

circa 2 anni fa

Risolto


Draw a '1' in a zero matrix!

circa 2 anni fa

Risolto


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

circa 2 anni fa

Risolto


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

circa 2 anni fa

Risolto


Converts numbers into characters
Converts numbers into characters

circa 2 anni fa

Risolto


Find the max element of the array
Find the max element of the array

circa 2 anni fa

Risolto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

circa 2 anni fa

Risolto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

circa 2 anni fa

Risolto


to the 2 all elements
to the 2 all elements

circa 2 anni fa

Risolto


the average value of the elements
Calculate the average value of the elements in the array

circa 2 anni fa

Risolto


Double all elements in the array
Duplicate all elements in the array

circa 2 anni fa

Risolto


calculate the length of matrix
input 1 array, calculate the length

circa 2 anni fa

Risolto


Draw a '0' in a one matrix!

circa 2 anni fa

Risolto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

circa 4 anni fa

Risolto


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

oltre 4 anni fa

Risolto


Recaman Sequence - III
I want to create a Recaman sequence where there is a "1" in the n-th position. So from which integer should I start the Recaman ...

oltre 4 anni fa

Risolto


Recaman Sequence - II
Take an arbitrary starting point as input and create Recaman Sequence. Then find the 1, return its index. For example: if n =...

oltre 4 anni fa

Risolto


Recaman Sequence - I
Recaman Sequence (A005132 - <http://oeis.org/A005132 - OEIS Link>) is defined as follow; seq(0) = 0; for n > 0, seq(n) ...

oltre 4 anni fa

Risolto


Sums of Multiple Pairs of Triangular Numbers
This is a follow-up to <https://www.mathworks.com/matlabcentral/cody/problems/44289 Problem 44289> - Find two triangular numbers...

oltre 4 anni fa

Risolto


Van Eck's Sequence's nth member
Return the Van Eck's Sequence's nth member. For detailed info : <http://oeis.org/A181391 OEIS link> and <https://www.theguard...

oltre 4 anni fa

Risolto


Write c^3 as sum of two squares a^2+b^2
write c^3 as sum of two squares a^2+b^2. a and b must be integer and greater than zero. For example 5^3 = 2^2 + 11^2 5...

oltre 4 anni fa

Risolto


Predicting life and death of a memory-less light bulb
*&#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &...

oltre 4 anni fa

Carica altro