Community Profile

photo

David Welling


Last seen: bijna 4 jaar ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

ongeveer 4 jaar ago | 0

Answered
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...

ongeveer 4 jaar ago | 0

| accepted

Answered
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...

ongeveer 4 jaar ago | 0

| accepted

Question


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...

ongeveer 4 jaar ago | 1 answer | 0

1

answer