統計
All
ランク
N/A
of 295,486
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
12年弱 前
解決済み
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: ...
12年弱 前
解決済み
Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative
12年弱 前
解決済み
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.
12年弱 前
解決済み
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...
12年弱 前
解決済み
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...
12年弱 前
解決済み
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...
12年弱 前
解決済み
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...
12年弱 前
解決済み
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 ...
12年弱 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
12年弱 前
解決済み
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 ...
12年弱 前
解決済み
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 ...
12年弱 前
送信済み
Fit Polynomial to Data with Constraints
essentially polyfit with many added features
約12年 前 | ダウンロード 5 件 |
送信済み
Linearly Interpolate Triangulation
Interpolate a triangulation based on a given triangulation matrix TRI.
約12年 前 | ダウンロード 1 件 |
送信済み
Spline and Piecewise Polynomial Tool
Create, manipulate, differentiate, and integrate splines
約12年 前 | ダウンロード 5 件 |
送信済み
Improved 2-D Streamlines
More comprehensive streamline computation than stream2 in MATLAB.
約12年 前 | ダウンロード 5 件 |
送信済み
Creation and manipulation of Fourier Series
Create, manipulate and evaluate Fourier Series
約12年 前 | ダウンロード 2 件 |
送信済み
Extract contour data from contour matrix C
Extract contour data created by CONTOUR, CONTOURF, CONTOUR3, and CONTOURC.
約12年 前 | ダウンロード 9 件 |
送信済み
Contour Line Smoothing
Smooths contour lines by fitting them with a 2-D spline.
約12年 前 | ダウンロード 3 件 |
送信済み
Gradient for scattered data
Compute gradient on triangle faces or their vertices for triangulated data
約12年 前 | ダウンロード 1 件 |
送信済み
Comprehensive Polar Plots
Polar plots with handle graphics type parameter setting. Includes log radius support.
約12年 前 | ダウンロード 4 件 |