Community Profile

photo

Katharine Woodruff


Active since 2019

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

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

meer dan 4 jaar ago | 2 answers | 0

2

answers

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

meer dan 4 jaar ago | 1 answer | 0

1

answer

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

meer dan 4 jaar ago | 1 answer | 0

1

answer

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

meer dan 4 jaar ago | 1 answer | 0

1

answer