Juliette Salexa - MATLAB Central
photo

Juliette Salexa


University of Waterloo

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Chemical Physics, Stochastic Evolution, DNA and Quantum Computing

统计学

MATLAB AnswersFrom 04/12 to 04/25Use left and right arrows to move selectionFrom 04/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
13,501
of 298,180

声誉
3

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
3

排名
 of 20,546

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,541

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review

查看徽章

Feeds

排序方式:

提问


Too much memory being used while freeing up memory!
On a machine with 3GB of RAM: K=rand(256,200000); % works perfectly with or without ; at the end K(:,1)=[]; Out of me...

10 years 前 | 0 个回答 | 0

0

个回答

提问


dlmwrite is printing the wrong number
dlmwrite('a.txt',288230387962871929,'precision',40); Creates a file with one number listed: 288230387962871940 I though...

10 years 前 | 1 个回答 | 0

1

个回答

提问


ode45 where odefun requires more parameters
My odefun.m has the following input structure: function dy = odefun(t,y,a,b,c) I want to use ode45 to integrate the ODE,...

10 years 前 | 1 个回答 | 2

1

个回答

提问


Centering multiline text with the LaTeX interpreter
To get two-line text on a figure I have to do: uicontrol('Style','text','Position',[14, -1000,0], 'String',{'line 1','Longe...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Display output in FORTRAN format ?
How do I display the numerical contents of an array so that rather than looking like: A= 5.43297486350203e-005 + 2.66...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Multi-GPU computing in MATLAB
I'm considering getting either: 1) one GTX 690 (4GB of RAM shared between two 1536 core GPUs, which share the same PCIe bus) ...

13 years 前 | 1 个回答 | 1

1

个回答

提问


What's the best image format to save this matlab figure ?
I need to save thousands of figures that look like this (except without any letters, the final figure is JUST the points): ht...

13 years 前 | 2 个回答 | 0

2

个回答