Andrew Newell
Followers: 0 Following: 0
A geophysicist who uses MATLAB for most of his modeling. Professional Interests: geophysics
Estadística
15 Preguntas
763 Respuestas
2 Archivos
Cody10 Problemas
976 Soluciones
CLASIFICACIÓN
72
of 295.638
REPUTACIÓN
2.158
CONTRIBUCIONES
15 Preguntas
763 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
469
CLASIFICACIÓN
5.042 of 20.255
REPUTACIÓN
256
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
7
ALL TIME DESCARGAS
1946
CLASIFICACIÓN
88
of 154.207
CONTRIBUCIONES
10 Problemas
976 Soluciones
PUNTUACIÓN
11.729
NÚMERO DE INSIGNIAS
43
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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...
alrededor de 3 años hace
Resuelto
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...
más de 3 años hace
Resuelto
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 +...
más de 3 años hace
Resuelto
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...
más de 3 años hace
Resuelto
Lost days
Given two dates in a particular format, calculate the difference between them.
más de 3 años hace
Resuelto
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...
más de 3 años hace
Resuelto
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...
más de 3 años hace
Resuelto
Datetime basics
Generate the datetime scalar representing the current date
más de 3 años hace
Resuelto
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...
más de 3 años hace
Resuelto
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 ...
más de 3 años hace
Resuelto
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...
más de 3 años hace
Resuelto
Count the days
Count the occurrence of a particular day (e.g. Monday) in a given year.
más de 3 años hace
Resuelto
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...
más de 3 años hace
Resuelto
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 ...
más de 3 años hace
Resuelto
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)* ...
más de 3 años hace
Resuelto
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;...
más de 3 años hace
Resuelto
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
más de 3 años hace
Resuelto
the average value of the elements
Calculate the average value of the elements in the array
más de 3 años hace
Resuelto
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...
alrededor de 4 años hace