photo

Andrew Newell


Last seen: quasi 3 anni fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

A geophysicist who uses MATLAB for most of his modeling. Professional Interests: geophysics

Statistica

All
MATLAB Answers

15 Domande
763 Risposte

File Exchange

2 File

Cody

10 Problemi
976 Soluzioni

RANK
73
of 300.369

REPUTAZIONE
2.162

CONTRIBUTI
15 Domande
763 Risposte

ACCETTAZIONE DELLE RISPOSTE
80.0%

VOTI RICEVUTI
471

RANK
5.093 of 20.936

REPUTAZIONE
260

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
2 File

DOWNLOAD
2

ALL TIME DOWNLOAD
1979

RANK
92
of 168.436

CONTRIBUTI
10 Problemi
976 Soluzioni

PUNTEGGIO
11.729

NUMERO DI BADGE
43

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Treasure Hunt Participant
  • Scavenger Finisher
  • 6 Month Streak
  • Thankful Level 3
  • Cody Challenge Master
  • Famous
  • Personal Best Downloads Level 1
  • Editor's Pick
  • Likeable
  • Sequences And Series I Master
  • Matrix Manipulation I Master
  • Project Euler I

Visualizza badge

Feeds

Visto da

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


List the emirps

oltre 4 anni fa

Risolto


Lambert's W
Matlab cody does not support lambertw. Try to create a lambert's w function yourself. Lambert's W is the function that solves...

oltre 4 anni fa

Risolto


First use of arrayfun() and anonymous function @(x)
Create an anonymous function using @(x) for a parabola equation for the given coefficients stored in s with s(1)x2 + s(2)x +...

oltre 4 anni fa

Risolto


The End of the World
given a date -- represent it in the Maya long count system. <https://en.wikipedia.org/wiki/Maya_calendar> <https://maya.nm...

oltre 4 anni fa

Risolto


Lost days
Given two dates in a particular format, calculate the difference between them.

oltre 4 anni fa

Risolto


Leap Year
According to Gregorian Calender(which is in use now, in many countries),decide whether a given year is a leap year or not. Give...

oltre 4 anni fa

Risolto


leap year
find the number of leap years within the given time interval

oltre 4 anni fa

Risolto


Friday or not
I love Friday. Please tell me whether the day is Friday. Dateformat is 'yyyy-mm-dd' or 'dd-mmm-yyyy' or 'mm/dd/yyyy'. Exa...

oltre 4 anni fa

Risolto


Datetime basics
Generate the datetime scalar representing the current date

oltre 4 anni fa

Risolto


Find the day for a date
Today's day and date will be given to you. By utilising that you need to find the day of the old date. (Date will be in DD/MM/YY...

oltre 4 anni fa

Risolto


Friday the 13th
According to superstition, lots of unpleasant stuff happens on Friday the 13th, so you might like to find the next occurence of ...

oltre 4 anni fa

Risolto


Day counter function
Write a function called _day_counter_ that returns the number of Mondays that fell on the first day of the month in a given year...

oltre 4 anni fa

Risolto


Count the days
Count the occurrence of a particular day (e.g. Monday) in a given year.

oltre 4 anni fa

Risolto


How long until the weekend?
Write a function a that takes a date vector as an input and returns the number of hours until the weekend begins. The beginning...

oltre 4 anni fa

Risolto


Days until next NewYear ball drop
Given a date string in the form 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss', calculate the number of *days* until the dropping of the ...

oltre 4 anni fa

Risolto


Combinations without using nchoosek
You have to generate a matrix with all possible combinations of n elements *taken 2* at a time, *without using nchoosek(1:n,2)* ...

oltre 4 anni fa

Risolto


Find the Pattern 3

oltre 4 anni fa

Risolto


Find the Pattern 2

oltre 4 anni fa

Risolto


Find the Pattern 1

oltre 4 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;...

oltre 4 anni fa

Risolto


Converts numbers into characters
Converts numbers into characters

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


to the 2 all elements
to the 2 all elements

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


Draw a '0' in a one matrix!

oltre 4 anni fa

Risolto


Approximation of Pi (vector inputs)
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

quasi 5 anni fa

Carica altro