Community Profile

photo

Frederick Koth


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

Feeds

排序方式:

提问


Removing single quotations from a character array
So I have this code: function [myRes] = getAsDMS(angle) angle = 20.5; d = floor(angle); m = floor((angle - d) * ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to find number of pixels of one color adjacent to pixels of another color
Write a function named countBlueWithAdjacentGreen which receives the name of an image as input. The function must return the num...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Rotating one vector about another
Write a function named getRotatedPoint which receives two vectors and one scalar as input. The two vectors represent the x-y ...

4 years 前 | 1 个回答 | 0

1

个回答