photo

Lu Maz


Technische Universiteit Eindhoven

Last seen: oltre 4 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

5 Domande
2 Risposte

Cody

0 Problemi
1 Soluzione

RANK
14.564
of 299.962

REPUTAZIONE
3

CONTRIBUTI
5 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
1

RANK
 of 20.851

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
112.430
of 166.743

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


num2str, accuracy, precision, rounding error
Please have a look at this code ... b = 1.00000001; a = num2str(b,'%.100f') a = 1.00000000999999990000000000000000000...

oltre 8 anni fa | 1 risposta | 1

1

risposta

Risolto


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

quasi 9 anni fa

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Risposto
Jagged 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...

quasi 10 anni fa | 0

Domanda


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

quasi 10 anni fa | 2 risposte | 0

2

risposte

Risposto
How to keep figures invisible?
Thank you! Setting the current figure by using the set-command solves my problem. set(0, 'DefaultFigureVisible', 'off'); ...

circa 11 anni fa | 0

Domanda


How to keep figures invisible?
The next code snippet creates an invisible figure. set(0,'DefaultFigureVisible','off') plot(randi(10,20,1)) The figur...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 0 risposte | 0

0

risposte