Toby Driscoll
University of Delaware
Followers: 0 Following: 0
Statistik
RANG
262.987
of 294.421
REPUTATION
0
BEITRÄGE
0 Fragen
1 Antwort
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
265 of 20.110
REPUTATION
5.456
DURCHSCHNITTLICHE BEWERTUNG
4.50
BEITRÄGE
16 Dateien
DOWNLOADS
64
ALL TIME DOWNLOADS
51178
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Fundamentals of Numerical Computation
Codes and other resources for the textbook Fundamentals of Numerical Computation.
3 Monate vor | 13 Downloads |
Gesendet
Schwarz-Christoffel Toolbox
Computes conformal maps to polygons, allowing easy solution of Laplace's equation.
3 Monate vor | 23 Downloads |
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...
etwa 4 Jahre vor | 0
Gesendet
IEEE 754 binary representation
Converts a double into its underlying 64-bit representation, including sign, exponent, and mantissa.
fast 11 Jahre vor | 5 Downloads |
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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 ...
fast 12 Jahre vor
Gelöst
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...
fast 12 Jahre vor
Gelöst
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:...
fast 12 Jahre vor
Gesendet
Finite difference weights
Finds finite difference (or interpolation) weights for an arbitrary set of nodes in one dimension.
fast 16 Jahre vor | 1 Download |
Gesendet
Sparse Toeplitz matrix construction
Produces a sparse Toeplitz matrix given only the first row and column, like built-in Toeplitz.
fast 16 Jahre vor | 2 Downloads |
Gesendet
Automatic validation of software
Validate software using a test library of functions in a directory.
etwa 16 Jahre vor | 1 Download |
Gesendet
HTML calendar generator
HTMLCAL creates a web page with nicely formatted monthly calendars over a date range of your choosin
etwa 17 Jahre vor | 1 Download |
Gesendet
Piecewise defined function builder
Constructs a callable function that applies different definitions based on supplied conditions.
etwa 17 Jahre vor | 2 Downloads |
Gesendet
Singular Fourier-Pade approximation
Circumvention of the Gibbs phenonmenon though Pade approximations with singularities
etwa 18 Jahre vor | 1 Download |
Gesendet
outselect.m
Select or reorder any function's output arguments.
mehr als 19 Jahre vor | 1 Download |
Gesendet
inputgui
A simple, flexible, and overridable graphical replacement for INPUT.
mehr als 21 Jahre vor | 1 Download |
Gesendet
gslope
Compute the slope between two selected points.
mehr als 21 Jahre vor | 5 Downloads |
Gesendet
combplot
Copies axes from existing figures into a single new figure window.
mehr als 21 Jahre vor | 1 Download |