Community Profile

photo

Katharine Woodruff


2019 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


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

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答