photo

Nick


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
4 个回答

排名
5,761
of 300,763

声誉
8

贡献数
4 个提问
4 个回答

回答接受率
50.0%

收到投票数
4

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

已回答
Open a .tex file, modify it in MATLAB, and then save it in a .tex file again (+ possibly compile it)
I think I got it text = fileread('MWE.tex'); newtext = strrep(text,'VARX',num2str(randi(10))); newtext = strrep(n...

10 years 前 | 2

提问


Open a .tex file, modify it in MATLAB, and then save it in a .tex file again (+ possibly compile it)
Let's say I have a tex file, say MWE.tex, whose content is \documentclass[11pt]{report} \RequirePackage{amssymb, ams...

10 years 前 | 2 个回答 | 2

2

个回答

已回答
icinterface.fopen cannot bind
fopen requires the ethernet port to be physically connected via cable with a POWER ON machine. Doing so, the code runs.

12 years 前 | 0

| 已接受

提问


icinterface.fopen cannot bind
I want to test a UDP module on a fpga board which should send data to a machine running Matlab through a ethernet cable. I wr...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Why fread does not work in my UDP connection?
Disable Windows Firewall. No comment.

12 years 前 | 0

| 已接受

提问


Why fread does not work in my UDP connection?
I have 2 computer connected via an ethernet cable, and I want to set up a UDP connection between them. On the computer associate...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
parfor/variable sliced help
Sorry guys, I forgot to say goodbye and thanks in advice you all! Thanks, Nick

13 years 前 | 0

提问


parfor/variable sliced help
Hi, I'm trying to speed up a code with matlabpool but I have some trouble with parfoor and the sliced variable. The code u...

13 years 前 | 1 个回答 | 0

1

个回答