win
Followers: 0 Following: 0
統計
All
Feeds
回答済み
how to sort push button
i think this is the answer i found another site after line 29 add this code. i think it will help for others too. if true ...
how to sort push button
i think this is the answer i found another site after line 29 add this code. i think it will help for others too. if true ...
11年以上 前 | 0
質問
how to sort push button
i have 10 number of folders. when i run the main.m file the folders shows like 10 number of push buttons. the push button having...
11年以上 前 | 3 件の回答 | 0
3
回答解決済み
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 ...
11年以上 前
解決済み
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...
11年以上 前
解決済み
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:...
11年以上 前
質問
how to replace the element in matrix?
i have a matrix if true A = [ 1 5 9 7 3 5 7 8 8 2 4 6 ]; end now i want to put number 12 in ...
11年以上 前 | 1 件の回答 | 2
1
回答質問
How to delete the same element in matrix?
i have a matrix if true B = input('enter the element to delete(enter any one 1,2,5,8,6,)= ') A = [1 2 5 8 6];...
11年以上 前 | 1 件の回答 | 0
1
回答質問
how to choose the value?
i have some data. see below if true l1 = input('bus connection(choose one number from 1 to 30) = '); ...
11年以上 前 | 3 件の回答 | 0
3
回答質問
how to save the figure?
i have some functions then i have if true figure(k) end each iteration i got one figure. now i want to save th...
11年以上 前 | 3 件の回答 | 0
3
回答質問
how to read and process a folder of image?
i have a folder of image the folder name is 'image' in the current directory. all files are .jpg format. now i can apply the fu...
11年以上 前 | 3 件の回答 | 0
3
回答質問
how to stop the running program
when i press F5 the program start running. how can i stop the program while running.... any shortcuts?
11年以上 前 | 1 件の回答 | 0
1
回答質問
i have a 2 very large matrix, i dont want to put the matrix in main coding file, is their any way to make a seperate file for those input matrix and execute with the main file?
matrix are inputs. also please explain function calling in separate .m file if true bdata=[ 1 0 0 ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
please explain particle swarm optimization (pso)
hai friends... can anyone explain the concept of pso algorithm. and its application. i am new here....
11年以上 前 | 0 件の回答 | 0
0
回答質問
how to split a image?
dear programmers i am newbie here. i need to split a image into 8x8 pixels. please give the simple code.
11年以上 前 | 3 件の回答 | 0