Feeds
提问
Copying data from a .dat file to a .xls file
I have a lot of .dat files, each with a bunch of text and then some numbers that I want to copy into a single excel spreadsheet....
13 years 前 | 0 个回答 | 0
0
个回答已回答
sprintf format specifiers won't print newline
It turns out that '%' needs to be written as '%%' in the string (thank you Honglei Chen), and that was somehow interfering with ...
sprintf format specifiers won't print newline
It turns out that '%' needs to be written as '%%' in the string (thank you Honglei Chen), and that was somehow interfering with ...
13 years 前 | 0
| 已接受
提问
sprintf format specifiers won't print newline
I'm trying to create a string that has a newline in it. My problem is with sprintf. I'm trying to put a newline (\n) character...
13 years 前 | 3 个回答 | 0
3
个回答提问
Publishing a class definition to html
I'm publishing several tutorials to html for a webpage. One of the tutorials I have written is about how to define your own clas...
13 years 前 | 2 个回答 | 1
2
个回答已回答
Links to matlab documentation in "published" html pages
This is the reply I got from Mathworks tech support: " The links that created by syntax “<matlab:doc(‘cumsum’) cumsum) can on...
Links to matlab documentation in "published" html pages
This is the reply I got from Mathworks tech support: " The links that created by syntax “<matlab:doc(‘cumsum’) cumsum) can on...
13 years 前 | 1
| 已接受
提问
Links to matlab documentation in "published" html pages
I have a matlab file published to html, and in my comments I want to include links to matlab documentation for some of the funct...
13 years 前 | 3 个回答 | 2
