Statistics
순위
175,212
of 262,903
평판
0
참여
0 질문
1 답변
답변 채택
0.00%
획득한 표
0
순위
23,162
of 113,877
참여
0 문제
12 해답
점수
130
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
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...
2년 이하 전 | 0
제출됨
Fundamentals of Numerical Computation
Codes and other resources for the textbook Fundamentals of Numerical Computation.
약 4년 전 | 다운로드 수: 18 |

제출됨
Schwarz-Christoffel Toolbox
Computes conformal maps to polygons, allowing easy solution of Laplace's equation.
8년 이상 전 | 다운로드 수: 18 |

제출됨
IEEE 754 binary representation
Converts a double into its underlying 64-bit representation, including sign, exponent, and mantissa.
9년 이하 전 | 다운로드 수: 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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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 ...
10년 이하 전
해결됨
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...
10년 이하 전
해결됨
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:...
10년 이하 전
제출됨
Finite difference weights
Finds finite difference (or interpolation) weights for an arbitrary set of nodes in one dimension.
14년 이하 전 | 다운로드 수: 1 |
제출됨
Sparse Toeplitz matrix construction
Produces a sparse Toeplitz matrix given only the first row and column, like built-in Toeplitz.
14년 이하 전 | 다운로드 수: 1 |
제출됨
Automatic validation of software
Validate software using a test library of functions in a directory.
약 14년 전 | 다운로드 수: 1 |
제출됨
HTML calendar generator
HTMLCAL creates a web page with nicely formatted monthly calendars over a date range of your choosin
15년 이하 전 | 다운로드 수: 3 |

제출됨
Piecewise defined function builder
Constructs a callable function that applies different definitions based on supplied conditions.
15년 이하 전 | 다운로드 수: 1 |
제출됨
Singular Fourier-Pade approximation
Circumvention of the Gibbs phenonmenon though Pade approximations with singularities
16년 이하 전 | 다운로드 수: 3 |

제출됨
inputgui
A simple, flexible, and overridable graphical replacement for INPUT.
약 19년 전 | 다운로드 수: 1 |
제출됨
combplot
Copies axes from existing figures into a single new figure window.
19년 이상 전 | 다운로드 수: 1 |