photo

Dadhichi


University of Innsbruck

2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • First Review
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
how can i draw a polygon using matlab and how can i calculate area of that polygon???
A = polyarea(X,Y) Did you search 'area of polygon matlab'?

8년 초과 전 | 0

질문


How to get 3D Points of separate regions obtained from alphaShape?
Taking example from MATLAB docs regarding _alphaShape_: [x1, y1, z1] = sphere(24); x1 = x1(:); y1 = y1(:); z1 = z1(:); x...

8년 초과 전 | 답변 수: 1 | 1

1

답변

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 10년 전

문제를 풀었습니다


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

대략 10년 전

질문


Signal to noise ratio color image (code) for dB
I am trying to compute signal to noise ratio (dB) in color images as follows: noisydata = imnoise(original,'gaussian',0.0,0....

11년 초과 전 | 답변 수: 2 | 0

2

답변