photo

Mikael Erkkilä


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
11,659
of 299,784

REPUTATION
4

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 20,803

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165,909

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

9 years ago | 1 answer | 0

1

answer