Community Profile

photo

Katharine Woodruff


自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 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 ...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 1 个回答 | 0

1

个回答