photo

John Abe


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
196,705
of 301,628

평판
0

참여
9 질문
0 답변

답변 채택
11.11%

획득한 표
0

순위
 of 21,366

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,858

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Calculate covariance of a matrix without using cov(matrix)
sdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvs...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Adding effects to imported pictures
The goal of what I am trying to do it import an image with inputs of amplitude and frequency and produce a wave over the picture...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Wave effect over an image in matlab
Is there a way to import a color image into matlab and then create a wave over the image? I know that you can use the fact that ...

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


Flip image from one side to another
Once you upload a picture into matlab is there anyway that you can take the one half, for example the left half and flip it onto...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Help with image manipulation (blur)
I have the code img=imread('x.jpg'); img = im2double(img); avg3 = ones(3)/9; k1 = imfilter(img, avg3,'conv'); ims...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Convolutions and kernals to .jpg
I have already loaded a .jpg into matlab and made it a double. How do you apply a convolution using a kernal to this image using...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Rotation around polygon loop
theta = linspace( pi, -pi, 10); r = 5; x = r*cos(theta); y = r*sin(theta); plot(x,y,'r'); axis equal; hold on; th...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Moving Object around Ploygon
I have created a polygon with 9 sides and a radius of 5 using the code below. I want to be able to take an object and move it ar...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Change circle to Points on circle
I have the code: th = linspace(pi/2,-pi/2,100); x = cos(th); y = sin(th); plot(x,y); axis equal; end This cre...

대략 9년 전 | 답변 수: 1 | 0

1

답변