![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4228839_1522100983760_DEF.jpg)
Lu Maz
Technische Universiteit Eindhoven
Followers: 0 Following: 0
Statistik
RANG
14.185
of 297.016
REPUTATION
3
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
num2str, accuracy, precision, rounding error
Please have a look at this code ... b = 1.00000001; a = num2str(b,'%.100f') a = 1.00000000999999990000000000000000000...
etwa 8 Jahre vor | 1 Antwort | 1
1
AntwortGelöst
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
etwa 8 Jahre vor
Frage
plotting slow in R2015b compared to R2013b
I run the same code in R2013b and R2015b. The code plots many points. In 13b it takes 0.43 seconds, in 15b 4.80. What's...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortJagged lines in scatter plot
I work on multiple computers. This happens on only some of them, running the same script. So, @Samuel, I don't think this is...
mehr als 9 Jahre vor | 0
Frage
Jagged lines in scatter plot
See image. The edges are jagged. How can I solve this? figure hold all for i = 1:50 scatter(rand(1).*10,rand(1...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenHow to keep figures invisible?
Thank you! Setting the current figure by using the set-command solves my problem. set(0, 'DefaultFigureVisible', 'off'); ...
mehr als 10 Jahre vor | 0
Frage
How to keep figures invisible?
The next code snippet creates an invisible figure. set(0,'DefaultFigureVisible','off') plot(randi(10,20,1)) The figur...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Run matlabpool and parfor with qsub on torque
I am not able to create a matlabpool on a cluster. I hope somebody can help me. This is my code... clear all close al...
fast 11 Jahre vor | 0 Antworten | 0