photo

David Welling


Last seen: 대략 4년 전 2020년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to make salt pepper noise own code
An easy way to do this is create a salt and pepper noise image to lay in front of the original image. So you need a way to rando...

4년 초과 전 | 0

답변 있음
Error of Index exceeds matrix dimensions. Please help
in line 17 ( time = datestr(datenum(yr(2016:2019),mo(1:12),1)); ), You call array yr(2016:2019). the size of the array is howeve...

4년 초과 전 | 0

| 수락됨

답변 있음
how to solve an equation where the unknown is an integration boundry for a numerical integration?
You need to pass fslove a function handle, and that function handle then needs to call integral. This solved the problem, T...

4년 초과 전 | 0

| 수락됨

질문


how to solve an equation where the unknown is an integration boundry for a numerical integration?
I need to solve this equation in the form for x where A is a constant and f a known function, which has to be integrated numeri...

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

1

답변