win
Followers: 0 Following: 0
Estadística
0 Problemas
3 Soluciones
CLASIFICACIÓN
18.183
of 296.498
REPUTACIÓN
2
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
90.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.381
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
68.851
of 156.574
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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 ...
más de 11 años hace | 0
Pregunta
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...
más de 11 años hace | 3 respuestas | 0
3
respuestasResuelto
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 ...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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:...
más de 11 años hace
Pregunta
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 ...
más de 11 años hace | 1 respuesta | 2
1
respuestaPregunta
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];...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to choose the value?
i have some data. see below if true l1 = input('bus connection(choose one number from 1 to 30) = '); ...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
how to stop the running program
when i press F5 the program start running. how can i stop the program while running.... any shortcuts?
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
please explain particle swarm optimization (pso)
hai friends... can anyone explain the concept of pso algorithm. and its application. i am new here....
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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.
casi 12 años hace | 3 respuestas | 0