Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...
Replace pattern 0 1 0 and 1 0 1
Find and replace a pattern in a row of zeroes and ones.
* Find 1 0 1 and replace it with 1 1 1
* Find 0 1 0 and replace it w...
1年以上 前
解決済み
Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if
x = [1 2...
1年以上 前
回答済み How to make a loop through *.asc data
Hi Ante,
To my understanding you want to read a .asc file and iterate through the data. As the asc files contains character st...
1年以上 前 | 0
回答済み How to open 2D planar image .bim format
Hi,
To my understanding, you want to open a .bim format file in MATLAB.
This comment answers how to open the .bim format file...
回答済み uitreenode size\position change
Hello AKI,
As per my understanding you want to change the position of ‘uitreenode’.
Uitrees are created with a default positio...