![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12769502_1525349537304_DEF.jpg)
Nir Kaplan
Followers: 0 Following: 0
統計
All
Feeds
回答済み
Is it possible to enable zoom in only one of the axes? (using GUIDE)
The "setAllowAxesZoom" function can be used to enable\disable the Zoom function for specific axes. By defult all the axes in th...
Is it possible to enable zoom in only one of the axes? (using GUIDE)
The "setAllowAxesZoom" function can be used to enable\disable the Zoom function for specific axes. By defult all the axes in th...
約4年 前 | 0
解決済み
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. Examp...
5年以上 前
解決済み
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:...
5年以上 前
解決済み
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...
5年以上 前
解決済み
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...
5年以上 前
解決済み
Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...
5年以上 前
解決済み
NO _________ ALLOWED....
So you're given a sentence where if there is a particular word in the sentence then the output is 1, if it is not there then the...
6年弱 前
解決済み
function on a moving window
Create a function that applies an operation (such as @sum, @mean, @std, @norm etc) to a moving window of the data. First exam...
6年弱 前