Toby Driscoll
University of Delaware
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
214.980
of 300.392
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
268 of 20.934
REPUTACIÓN
5.526
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
16 Archivos
DESCARGAS
49
ALL TIME DESCARGAS
51776
CLASIFICACIÓN
34.261
of 168.373
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Fundamentals of Numerical Computation
Codes and other resources for the textbook Fundamentals of Numerical Computation.
más de 1 año hace | 6 descargas |
Enviada
Schwarz-Christoffel Toolbox
Computes conformal maps to polygons, allowing easy solution of Laplace's equation.
más de 1 año hace | 26 descargas |
Not responding on startup, macOS Mojave
For me the key was adding MATLAB to System Prefs / Security & Privacy / Accessibility. I'm running DFX, Dropbox, Google Drive St...
alrededor de 5 años hace | 0
Enviada
IEEE 754 binary representation
Converts a double into its underlying 64-bit representation, including sign, exponent, and mantissa.
alrededor de 12 años hace | 2 descargas |
Resuelto
Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...
casi 13 años hace
Resuelto
Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...
casi 13 años hace
Resuelto
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
casi 13 años hace
Resuelto
Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...
casi 13 años hace
Resuelto
Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...
casi 13 años hace
Resuelto
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
casi 13 años hace
Resuelto
Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...
casi 13 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
casi 13 años hace
Resuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...
casi 13 años hace
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
casi 13 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
casi 13 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 13 años hace
Enviada
Finite difference weights
Finds finite difference (or interpolation) weights for an arbitrary set of nodes in one dimension.
alrededor de 17 años hace | 1 descarga |
Enviada
Sparse Toeplitz matrix construction
Produces a sparse Toeplitz matrix given only the first row and column, like built-in Toeplitz.
alrededor de 17 años hace | 1 descarga |
Enviada
Automatic validation of software
Validate software using a test library of functions in a directory.
más de 17 años hace | 1 descarga |
Enviada
HTML calendar generator
HTMLCAL creates a web page with nicely formatted monthly calendars over a date range of your choosin
alrededor de 18 años hace | 1 descarga |
Enviada
Piecewise defined function builder
Constructs a callable function that applies different definitions based on supplied conditions.
alrededor de 18 años hace | 1 descarga |
Enviada
Singular Fourier-Pade approximation
Circumvention of the Gibbs phenonmenon though Pade approximations with singularities
alrededor de 19 años hace | 1 descarga |
Enviada
outselect.m
Select or reorder any function's output arguments.
más de 20 años hace | 1 descarga |
Enviada
inputgui
A simple, flexible, and overridable graphical replacement for INPUT.
más de 22 años hace | 1 descarga |
Enviada
combplot
Copies axes from existing figures into a single new figure window.
más de 22 años hace | 1 descarga |







