Statistik
RANG
N/A
of 297.420
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
628 of 20.431
REPUTATION
2.852
DURCHSCHNITTLICHE BEWERTUNG
4.70
BEITRÄGE
11 Dateien
DOWNLOADS
65
ALL TIME DOWNLOADS
24480
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Derivative of polynomial
Compute the derivative of a given polynomial. The input is an <http://www.mathworks.com/help/matlab/math/representing-polynomial...
fast 12 Jahre vor
Gelöst
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...
etwa 12 Jahre vor
Gelöst
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...
etwa 12 Jahre vor
Gelöst
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: ...
etwa 12 Jahre vor
Gelöst
Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative
etwa 12 Jahre vor
Gelöst
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
etwa 12 Jahre vor
Gelöst
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.
etwa 12 Jahre vor
Gelöst
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...
etwa 12 Jahre vor
Gelöst
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...
etwa 12 Jahre vor
Gelöst
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...
etwa 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...
etwa 12 Jahre vor
Gelöst
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 ...
etwa 12 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
etwa 12 Jahre vor
Gelöst
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 ...
etwa 12 Jahre vor
Gelöst
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 ...
etwa 12 Jahre vor
Gesendet
Fit Polynomial to Data with Constraints
essentially polyfit with many added features
mehr als 12 Jahre vor | 2 Downloads |
Gesendet
Linearly Interpolate Triangulation
Interpolate a triangulation based on a given triangulation matrix TRI.
mehr als 12 Jahre vor | 3 Downloads |
Gesendet
Spline and Piecewise Polynomial Tool
Create, manipulate, differentiate, and integrate splines
mehr als 12 Jahre vor | 1 Download |
Gesendet
Improved 2-D Streamlines
More comprehensive streamline computation than stream2 in MATLAB.
mehr als 12 Jahre vor | 8 Downloads |

Gesendet
Creation and manipulation of Fourier Series
Create, manipulate and evaluate Fourier Series
mehr als 12 Jahre vor | 2 Downloads |
Gesendet
Extract contour data from contour matrix C
Extract contour data created by CONTOUR, CONTOURF, CONTOUR3, and CONTOURC.
mehr als 12 Jahre vor | 2 Downloads |
Gesendet
Contour Line Smoothing
Smooths contour lines by fitting them with a 2-D spline.
mehr als 12 Jahre vor | 1 Download |

Gesendet
Gradient for scattered data
Compute gradient on triangle faces or their vertices for triangulated data
mehr als 12 Jahre vor | 1 Download |
Gesendet
Contour Plot for Scattered Data
Triangular Contour Plot
mehr als 12 Jahre vor | 25 Downloads |

Gesendet
Quiver plot for scattered data
Quiver plots directly from scattered data
mehr als 12 Jahre vor | 3 Downloads |

Gesendet
Comprehensive Polar Plots
Polar plots with handle graphics type parameter setting. Includes log radius support.
mehr als 12 Jahre vor | 16 Downloads |
