photo

Katharine Woodruff


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How do I use the value of a variable in function?
I have an If loop: if rollang >= 30 && pitchang >= 30 distance = ( ( (180 / rollang) + (90 / pitchang) ) / 2 ) * 100; ...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


How to insert a row into a matrix? How to insert one element in a spot a matrix?
I have a matrix of zeros Z = zeros(11,20); And I want to insert X into the first row: X = [0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to create 3D plot in Matlab? How to set up the Matrix of the points?
I have the following code that is using a matrix called "permutation" size 50x2 and feeds the first column value as "rollang" an...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


How do I get every combo of a two vectors to put into an equation?
Hello, I want to multiple every combo of two unequal vectors. The first is Roll = 0:5:180 , (0, 5, 10, 15...180); the second is...

environ 5 ans il y a | 1 réponse | 0

1

réponse