![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2995951_1519262878951.jpg)
Joakim Lindblad
Followers: 0 Following: 0
Statistics
RANK
4,905
of 297,016
REPUTATION
10
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
9,358 of 20,419
REPUTATION
75
AVERAGE RATING
5.00
CONTRIBUTIONS
3 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
705
RANK
of 157,725
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
Feeds
Submitted
CMIF
Fast computation of cross-mutual information function (CMIF) in the frequency domain
1 year ago | 1 download |
Submitted
ImHausdorff
Matlab code for fast Hausdorff distance computation for binary images or segmentation maps
6 years ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e182d0b1-df54-418e-bdf6-4a6b3ad9b96b/903d7590-727d-49ae-9bf9-2df87e2f7160/images/screenshot.png)
Submitted
Fuzzy Connectedness
Absolute and Relative Fuzzy Connectedness as well as Image Foresting Transform in 2D images
6 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/a15e3aa6-fdff-44fd-9e8b-ab45a1815854/c828cb0f-c2ef-4b4f-8b70-028437830e6b/images/screenshot.png)
error "Error using nnet.internal.cnn.layer.util.inferParameters>iInferSize (line 86) The output of layer 13 is incompatible with the input expected by layer 14."
It's because GoogLeNet is a DAG which matlab handles differently than a layered network. Checkout <https://se.mathworks.com/h...
7 years ago | 0
Error in Resume raining neural network 'The output of layer 12 is incompatible with the input expected by layer 13'.
It's because ResNet is a DAG, and thus the net.Layers in the trainNetwork command is not enough, replace it with trainNet...
7 years ago | 1
| accepted
Cannot open Add-On window on Linux
See also <https://se.mathworks.com/matlabcentral/answers/382899-add-ons-logging-in-etc-do-not-work-linux-installation>
7 years ago | 0
Add-ons, Logging in etc Do Not Work - Linux installation
To get "Manage Add-Ons" to work: Run from matlab prompt: >> cd(matlabroot) >> cd bin/glnxa64 >> !./MATLABWindow -url...
7 years ago | 2
Can't launch webwindow content on Linux (CentOS 7)
For those running Gentoo: emerge libselinux
7 years ago | 0