photo

Daniel Baboiu


Simon Fraser University

2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: image processing, pattern recognition

통계

All
MATLAB Answers

0 질문
5 답변

File Exchange

1 파일

순위
5,285
of 300,364

평판
6

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
3

순위
4,032 of 20,934

평판
365

평균 평점
4.20

참여
1 파일

다운로드 수
3

ALL TIME 다운로드 수
3413

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 2
  • First Submission
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
edge detection using fourier transform
Fourier filtering methods are equivalent to spatial filtering methods (like Sobel). To get the derivatives, you have to find the...

거의 14년 전 | 0

답변 있음
Bessel function solution: Mathmatical point of view
This is a problem of the quad and quadl functions. This phenomenon appears regardless of the use of quad or quadl (there are ...

거의 14년 전 | 2

답변 있음
how to do polynomial division
You have two choices: 1. Use the Symbolic Math Toolbox 2. Store all coefficients as a vector (including the coefficients which...

거의 14년 전 | 0

답변 있음
add a function to a model
If a function is coded as function u = f(y), then y is the argument and u is the return value. Your block of code does it the ot...

거의 14년 전 | 0

답변 있음
how deal with date?
See the documentation on date conversion functions below: http://www.mathworks.com/help/techdoc/matlab_prog/bspgcx2-1.html#bspg...

거의 14년 전 | 1