photo

win


Last seen: mehr als ein Jahr vor Aktiv seit 2013

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

10 Fragen
1 Antwort

Cody

0 Probleme
3 Lösungen

RANG
18.183
of 300.338

REPUTATION
2

BEITRÄGE
10 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
90.0%

ERHALTENE STIMMEN
2

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
72.532
of 168.149

BEITRÄGE
0 Probleme
3 Lösungen

PUNKTESTAND
40

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Gelöst


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

mehr als 12 Jahre vor

Gelöst


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

mehr als 12 Jahre vor

Gelöst


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

mehr als 12 Jahre vor

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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.

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten