photo

kevin


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


use matrix, premutation?
i use the command c=[1,2,3,4,5] perms(c) to generate all permutation of c. and there are 2 equation which use the ...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


ordering a list of number?
let say i have 6 different number(J) 1,2,3,4,5,6, how can i use matlab to arrange all possible oder? eg 2,1,3,4,5,6 . 1,2,4,3,5,...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


the For loop
is i put put a=(1:1:10) k=a*b end but when i run it,work space say a min and max value is both 10. why? is...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


using the same varible twice in a calculation
let say a is 1 to 10 c=cos(a)/tan(a+20) do u need to day anything to make sure both a is the same? how do u write the code...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


mutiplication and division of a range of number.
it seem my previously question has been worded badly, so i will try again. let say a b and c is a number from 1 to 10, d is a...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


mutiplying a role of number and seach or max and min value
let say a=[1:1:3] and b=[3:1:5] and c = a*b do i need to do anyting to make sure it multiply so it goes like 1*3 1*4 1*5 ...

mehr als 12 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


optimisation of simple equation
let say a=1:1:10 b=1:1:20 c:1:1:15 and the equation is: k= (a/b)*cos(c) and i need to get the value of a b and c when k is ...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort