![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/714443.jpg)
Toby Driscoll
University of Delaware
Followers: 0 Following: 0
Statistiques
RANG
70 721
of 297 010
RÉPUTATION
0
CONTRIBUTIONS
0 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
268 of 20 418
RÉPUTATION
5 490
CLASSEMENT MOYEN
4.50
CONTRIBUTIONS
16 Fichiers
TÉLÉCHARGEMENTS
80
ALL TIME TÉLÉCHARGEMENTS
51416
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Fundamentals of Numerical Computation
Codes and other resources for the textbook Fundamentals of Numerical Computation.
8 mois il y a | 10 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0edb8710-874c-4504-b75e-209b2db806b3/6b7d0ae6-ab70-415f-bd00-102f44204079/images/screenshot.jpg)
A soumis
Schwarz-Christoffel Toolbox
Computes conformal maps to polygons, allowing easy solution of Laplace's equation.
8 mois il y a | 28 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e542ed74-4a80-11e4-9553-005056977bd0/ee8772b4-b503-40de-9807-332189736801/images/screenshot.jpg)
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...
plus de 4 ans il y a | 0
A soumis
showall
Show all open or selected figures in a grid.
plus de 9 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/52344/versions/1/screenshot.jpg)
A soumis
IEEE 754 binary representation
Converts a double into its underlying 64-bit representation, including sign, exponent, and mantissa.
plus de 11 ans il y a | 27 téléchargements |
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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 ...
plus de 12 ans il y a
A résolu
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...
plus de 12 ans il y a
A résolu
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:...
plus de 12 ans il y a
A soumis
Finite difference weights
Finds finite difference (or interpolation) weights for an arbitrary set of nodes in one dimension.
plus de 16 ans il y a | 1 téléchargement |
A soumis
Sparse Toeplitz matrix construction
Produces a sparse Toeplitz matrix given only the first row and column, like built-in Toeplitz.
plus de 16 ans il y a | 2 téléchargements |
A soumis
unplot
Removes the most recently drawn object(s).
plus de 16 ans il y a | 3 téléchargements |
A soumis
Automatic validation of software
Validate software using a test library of functions in a directory.
plus de 16 ans il y a | 1 téléchargement |
A soumis
HTML calendar generator
HTMLCAL creates a web page with nicely formatted monthly calendars over a date range of your choosin
plus de 17 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/16192/versions/1/screenshot.png)
A soumis
Piecewise defined function builder
Constructs a callable function that applies different definitions based on supplied conditions.
plus de 17 ans il y a | 1 téléchargement |
A soumis
Singular Fourier-Pade approximation
Circumvention of the Gibbs phenonmenon though Pade approximations with singularities
plus de 18 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/12402/versions/1/screenshot.png)
A soumis
outselect.m
Select or reorder any function's output arguments.
plus de 19 ans il y a | 1 téléchargement |
A soumis
inputgui
A simple, flexible, and overridable graphical replacement for INPUT.
plus de 21 ans il y a | 1 téléchargement |
A soumis
gslope
Compute the slope between two selected points.
presque 22 ans il y a | 1 téléchargement |
A soumis
combplot
Copies axes from existing figures into a single new figure window.
presque 22 ans il y a | 1 téléchargement |