![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5376979_1522107948141_DEF.jpg)
Mads
Aarhus University
Followers: 0 Following: 0
Statistik
RANG
12.705
of 297.016
REPUTATION
4
BEITRÄGE
20 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
4
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
trainNetwork figure does not show up after few executions of trainNetwork
On Ubuntu and R2023a (but also previous version), I run trainNetwork on different tasks. And I plot the training progress and ge...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
error loading shared libraries: libicuuc.so.69
I get this message when trying to run MATLAB after an install without any "errors": /data/MATLAB/R2022a/bin/glnxa64/MATLAB: err...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
GPU out of memory issue appears with trainNetwork.
I have a Tesla P100 with 16 GB RAM. Yesterday, I ran the trainNetwork() with different layer achitectures and few different inpu...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortrandomAffine3d() claim to take function handle for shear, but parser fails it
for ro = [0,-1,1] if ro == -1 Rot = @selectRotation1; elseif ro == 0 Rot = [0,0]; elseif ro =...
fast 2 Jahre vor | 0
Frage
randomAffine3d() claim to take function handle for shear, but parser fails it
According to the doc of randomAffine3d: Shear — Range of shear [0 0] (default) | 2-element numeric vector | function handle ....
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab -batch jobs are killed on Ubuntu without trace of reason
I have 28 cores and 384GB RAM and I usually deploy 20 - 25 matlab jobs in parallel, like matlab -batch "Job1" > output1 & matl...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Layer 'fc1': Invalid input data for fully connected layer. The input data must not have both spatial and temporal dimensions.
My network: Layers = [ ... sequenceInputLayer([50,1,3],'Name','retina'); reluLayer('Name','relu1'); ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
imrotate3 gives me just zeros with 'linear'
For imrotate3() the doc says: "'linear' Trilinear interpolation. Trilinear interpolation is the default method for numeric and ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortHow to undo bug fix with OpenJDK 8 JRE - MATLAB can't start after this
Well this fixes it: https://se.mathworks.com/matlabcentral/answers/103056-how-do-i-change-the-java-virtual-machine-jvm-that-mat...
fast 3 Jahre vor | 0
| akzeptiert
Frage
How to undo bug fix with OpenJDK 8 JRE - MATLAB can't start after this
How do I undo what this BUG"FIX" told me to do: https://se.mathworks.com/support/bugreports/1382373 I can't start neither R202...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Failed MATLAB install in linux, and now installer wont run properly
In Ubuntu 20.04 I was attempting to install R2019b. Interactively Because I forgot sudo, eventually this file "AcquireGPSDataAn...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFresh install of Matlab extremely slow and freezes
I have the same problem. I use a University license. Matlab R2021a is extremely unstable. Slow and freezes. it has nothing...
fast 4 Jahre vor | 0
Frage
Why is spdiags() much slower now than in previous versions
I have used spdiags() over many years. Lately MathWorks have updated the script and the response is much slower. I have compa...
fast 4 Jahre vor | 0 Antworten | 3
0
AntwortenFrage
Parpool won't start anymore
All of the sudden parpool will not start. After hours of trying it does not succeed. It has run without problems for months and...
fast 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
What is the precision of *.datenum, which dir() returns
When I apply dir() to a file I get a struct with folder, name, date, bytes, and also datenum. How many significant digits do I...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenDetermine the location of max curvature for a set of data
Hello I can't seem to get neither the SLM toolbox or Dirks stuff to locate the corner of this L-curve. Can anyone help? <<...
fast 7 Jahre vor | 0
Frage
Can I avoid image normalization in deep learning
When I use trainNetwork() to run a deep learning job on a bunch of images. The second comment I'm reading after execution is t...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
\\thispc\scripts and c:\scripts not the same?
I tried to set the path for my scripts folder "scripts" on the c: drive. However, my program using the scripts couldn't find the...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to fill a surface to obtain a 3D mask
I have a script that gives me 3D coordinates of the surface of a 3D object. I would like to obtain a mask in 3D where everyth...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
gui slider disappears from figure
I have a script that when runs opens a gui. It has several sliders. When I run the script with one particular input everythin...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mouse cursor offset from "point of action"??
Hello, (observed with MATLAB 2016b, on MAC OS) I have a script that produces a GUI. Until last week I have not ever seen t...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Subscripting into an mxArray is not supported for code generation - I think it's the colon that's the issue
This part of my code V = zeros(n,m+1); V(:,1) = (1/beta)*w; is giving me an error "Subscripting into an mxArray i...
etwa 8 Jahre vor | 1 Antwort | 0
1
Antwortfunctions in different files
I found a work-around!! Might be useful to others. I give the main script an input variable, say 'Fun'. And, say, if Fun...
mehr als 8 Jahre vor | 0
| akzeptiert
Frage
functions in different files
Here is one... I have a main()-function in main.m, and the file includes a subfunction()-function, like: function main ...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
fmincon, nonlinear inequality constraints satisfied, but also minimized
I have fmincon running a nonlinear constrained problem, with inequality constraints. I have checked with the derivative checker...
mehr als 10 Jahre vor | 0 Antworten | 0