Community Profile

photo

Mikael Erkkilä


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
how to compute this in matlab
You have basically a triple integral which can be solved by integral3. This means you have to first calculate J(r)*curl(r) anal...

7 years ago | 0

Answered
How to count the number of object by colour ?
This is basically image segmentation. So I would encode the colors into grayscale and use the bwconncomp function as described i...

7 years ago | 1

Answered
How can I divide a 1424*2144 image into a 32*32 blocks?
So at first you determine the number of blocks per dimension. Then you go through the image in a loop. This could look like this...

7 years ago | 1

Question


Calling a GUI callback function to run in parallel
Hello everyone, I have two GUIs (GUI_main,GUI_slave) controlling two different hardware. Now I want to trigger a push button ...

7 years ago | 1 answer | 0

1

answer