Community Profile

photo

Toby Driscoll


University of Delaware

Last seen: 3ヶ月 前 2003 年からアクティブ

統計

All
  • First Answer
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 2
  • First Submission
  • Solver

バッジを表示

Content Feed

表示方法

回答済み
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...

3年以上 前 | 0

送信済み


Fundamentals of Numerical Computation
Codes and other resources for the textbook Fundamentals of Numerical Computation.

6年弱 前 | ダウンロード 3 件 |

Thumbnail

送信済み


showall
Show all open or selected figures in a grid.

8年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Schwarz-Christoffel Toolbox
Computes conformal maps to polygons, allowing easy solution of Laplace's equation.

10年弱 前 | ダウンロード 36 件 |

Thumbnail

送信済み


IEEE 754 binary representation
Converts a double into its underlying 64-bit representation, including sign, exponent, and mantissa.

10年以上 前 | ダウンロード 6 件 |

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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 ...

11年以上 前

解決済み


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...

11年以上 前

解決済み


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:...

11年以上 前

送信済み


Finite difference weights
Finds finite difference (or interpolation) weights for an arbitrary set of nodes in one dimension.

15年以上 前 | ダウンロード 1 件 |

送信済み


Sparse Toeplitz matrix construction
Produces a sparse Toeplitz matrix given only the first row and column, like built-in Toeplitz.

15年以上 前 | ダウンロード 4 件 |

送信済み


latex
Output a matrix in LaTeX format.

15年以上 前 | ダウンロード 3 件 |

送信済み


unplot
Removes the most recently drawn object(s).

15年以上 前 | ダウンロード 3 件 |

送信済み


Automatic validation of software
Validate software using a test library of functions in a directory.

15年以上 前 | ダウンロード 1 件 |

送信済み


HTML calendar generator
HTMLCAL creates a web page with nicely formatted monthly calendars over a date range of your choosin

16年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Piecewise defined function builder
Constructs a callable function that applies different definitions based on supplied conditions.

16年以上 前 | ダウンロード 1 件 |

送信済み


Singular Fourier-Pade approximation
Circumvention of the Gibbs phenonmenon though Pade approximations with singularities

17年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


outselect.m
Select or reorder any function's output arguments.

19年弱 前 | ダウンロード 1 件 |

送信済み


inputgui
A simple, flexible, and overridable graphical replacement for INPUT.

21年弱 前 | ダウンロード 2 件 |

送信済み


gslope
Compute the slope between two selected points.

約21年 前 | ダウンロード 1 件 |

送信済み


combplot
Copies axes from existing figures into a single new figure window.

約21年 前 | ダウンロード 1 件 |