win
Followers: 0 Following: 0
Statistica
RANK
18.183
of 295.527
REPUTAZIONE
2
CONTRIBUTI
10 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
90.0%
VOTI RICEVUTI
2
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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 ...
oltre 11 anni fa | 0
Domanda
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...
oltre 11 anni fa | 3 risposte | 0
3
risposteRisolto
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 ...
oltre 11 anni fa
Risolto
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...
oltre 11 anni fa
Risolto
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:...
oltre 11 anni fa
Domanda
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 ...
oltre 11 anni fa | 1 risposta | 2
1
rispostaDomanda
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];...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
how to choose the value?
i have some data. see below if true l1 = input('bus connection(choose one number from 1 to 30) = '); ...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
how to stop the running program
when i press F5 the program start running. how can i stop the program while running.... any shortcuts?
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
please explain particle swarm optimization (pso)
hai friends... can anyone explain the concept of pso algorithm. and its application. i am new here....
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
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.
oltre 11 anni fa | 3 risposte | 0