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) * ...
대략 6년 전 | 답변 수: 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...
대략 6년 전 | 답변 수: 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 ...
6년 초과 전 | 답변 수: 1 | 0