photo

Lu Maz


Technische Universiteit Eindhoven

Last seen: 約3年 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


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

7年以上 前 | 1 件の回答 | 1

1

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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...

9年弱 前 | 0

質問


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

9年弱 前 | 2 件の回答 | 0

2

回答

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

約10年 前 | 0

質問


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

約10年 前 | 1 件の回答 | 0

1

回答

質問


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

10年以上 前 | 0 件の回答 | 0

0

回答