Community Profile

photo

Duane Hanselman


University of Maine

2012년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Derivative of polynomial
Compute the derivative of a given polynomial. The input is an <http://www.mathworks.com/help/matlab/math/representing-polynomial...

대략 11년 전

문제를 풀었습니다


Is the paranthesis sequence balanced ?
Quantum mechanics and computer science are interested in <http://en.wikipedia.org/wiki/Bra%E2%80%93ket_notation bra-kets>. Today...

대략 11년 전

문제를 풀었습니다


Convert elements in numeric array into different class
Write a function that converts elements in a numeric array into a different class. Example: a = [1:5]; % class: double b...

대략 11년 전

문제를 풀었습니다


Create matrix of replicated elements
Given an input element x, and the dimensions, (m, n) return a matrix of size m x n filled with element x. Example: Input: ...

대략 11년 전

문제를 풀었습니다


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

11년 초과 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

11년 초과 전

문제를 풀었습니다


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

11년 초과 전

문제를 풀었습니다


sum of non-primes
The sum of the non-primes below 10 is 1+4+6+8+9+10=38 Find the sum of all the non-primes below the input, N.

11년 초과 전

문제를 풀었습니다


Largest Twin Primes
<http://en.wikipedia.org/wiki/Twin_prime Twin primes> are primes p1, p2 = p1 + 2 such that both p1 and p2 are prime numbers. Giv...

11년 초과 전

문제를 풀었습니다


Reverse the elements of an array
Reverse the order of elements in an array: eg: input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ] o...

11년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

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 all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

11년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

11년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11년 초과 전

문제를 풀었습니다


Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...

11년 초과 전

제출됨


Fit Polynomial to Data with Constraints
essentially polyfit with many added features

11년 초과 전 | 다운로드 수: 3 |

제출됨


Linearly Interpolate Triangulation
Interpolate a triangulation based on a given triangulation matrix TRI.

11년 초과 전 | 다운로드 수: 2 |

제출됨


Spline and Piecewise Polynomial Tool
Create, manipulate, differentiate, and integrate splines

11년 초과 전 | 다운로드 수: 4 |

제출됨


Improved 2-D Streamlines
More comprehensive streamline computation than stream2 in MATLAB.

11년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Creation and manipulation of Fourier Series
Create, manipulate and evaluate Fourier Series

11년 초과 전 | 다운로드 수: 1 |

제출됨


Extract contour data from contour matrix C
Extract contour data created by CONTOUR, CONTOURF, CONTOUR3, and CONTOURC.

11년 초과 전 | 다운로드 수: 9 |

제출됨


Contour Line Smoothing
Smooths contour lines by fitting them with a 2-D spline.

11년 초과 전 | 다운로드 수: 9 |

Thumbnail

제출됨


Gradient for scattered data
Compute gradient on triangle faces or their vertices for triangulated data

11년 초과 전 | 다운로드 수: 1 |

제출됨


Contour Plot for Scattered Data
Triangular Contour Plot

11년 초과 전 | 다운로드 수: 53 |

Thumbnail

제출됨


Quiver plot for scattered data
Quiver plots directly from scattered data

11년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Comprehensive Polar Plots
Polar plots with handle graphics type parameter setting. Includes log radius support.

11년 초과 전 | 다운로드 수: 9 |

Thumbnail