Community Profile

photo

win


Attivo dal 2013

Followers: 0   Following: 0

Statistiche

All
  • First Review
  • Thankful Level 3
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
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 ...

quasi 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...

quasi 11 anni fa | 3 risposte | 0

3

risposte

Risolto


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 ...

quasi 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...

quasi 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:...

quasi 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 ...

quasi 11 anni fa | 1 risposta | 2

1

risposta

Domanda


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];...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


how to choose the value?
i have some data. see below if true l1 = input('bus connection(choose one number from 1 to 30) = '); ...

quasi 11 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

quasi 11 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

quasi 11 anni fa | 3 risposte | 0

3

risposte

Domanda


how to stop the running program
when i press F5 the program start running. how can i stop the program while running.... any shortcuts?

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


please explain particle swarm optimization (pso)
hai friends... can anyone explain the concept of pso algorithm. and its application. i am new here....

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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.

circa 11 anni fa | 3 risposte | 0

3

risposte