Community Profile

photo

Nick


Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

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

8 years ago | 2

Question


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

8 years ago | 2 answers | 2

2

answers

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

10 years ago | 0

| accepted

Question


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

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 0

| accepted

Question


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

10 years ago | 1 answer | 0

1

answer

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

12 years ago | 0

Question


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

12 years ago | 1 answer | 0

1

answer