photo

Cant Find


2015년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

3 질문
0 답변

Cody

0 문제
4 답안

순위
214,296
of 301,464

평판
0

참여
3 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,292

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
65,657
of 174,642

참여
0 문제
4 답안

점수
50

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver

배지 보기

Feeds

보기 기준

질문


Bug in affine2d documentation
<http://nl.mathworks.com/help/images/ref/affine2d-class.html here> In the example, it is stated a ccw rotation is desired, but t...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


affine2d's outputLimits - what does it do??
I really tried to understand what this function does, but alas, I failed... I thought it works like this: [transformedXMin...

10년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

10년 초과 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

10년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10년 초과 전

문제를 풀었습니다


Is this matrix orthogonal?
Given a square matrix, a, determine whether it is orthogonal. INPUT: a, a n x n matrix OUTPUT: true or false

10년 초과 전

질문


is it possible to fit a varargin function?
I have some discontinuous data which I want to piecewise fit all at once since there is one parameter of the fit which is common...

10년 초과 전 | 답변 수: 1 | 0

1

답변