統計
All
Feeds
解決済み
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 ...
9年弱 前
解決済み
Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...
9年弱 前
解決済み
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...
9年弱 前
回答済み
Height-Height Correlation Function or Height Difference Correlation Function
You can relate the height-height correlation function to the autocorrelation function and the mean of the square of the height. ...
Height-Height Correlation Function or Height Difference Correlation Function
You can relate the height-height correlation function to the autocorrelation function and the mean of the square of the height. ...
9年弱 前 | 0
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
約9年 前
解決済み
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:...
約9年 前

