Community Profile

photo

Frederick Koth


Last seen: 2年以上 前 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答