photo

Katharine Woodruff


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta