Andrew - MATLAB Central
photo

Andrew


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 01/13 to 04/25Use left and right arrows to move selectionFrom 01/13Use 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

11 个提问
0 个回答

排名
8,216
of 297,986

声誉
5

贡献数
11 个提问
0 个回答

回答接受率
72.73%

收到投票数
5

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,028

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


save matrix....load matrix
A = 2 3 4 5 6 7 8 8 9 how can i save the matrix A to a file (txt or mat)? And th...

11 years 前 | 2 个回答 | 3

2

个回答

提问


how can i delete every row with the same number?
C = 2 4 2 4 2 2 2 2 3 1 3 4 2 4 3 4 4 ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


opening multiple txt with fopen...
how can i change the value of k and have something like f = fopen ('C:\s\101.0mm.txt'); f = fopen ('C:\s\102.0mm.txt'); f...

11 years 前 | 1 个回答 | 0

1

个回答

提问


append the content of a txt to the end of a txt....
how can i append the content of content.txt to the end of the 33.txt i think the code should be something like that... cl...

11 years 前 | 2 个回答 | 0

2

个回答

提问


append data to the end of a txt file...works for 1 line...it doesnt work for two lines
the above append alength to the end of 111.txt clc fid = fopen('C:\Users\Mr Andrew\Desktop\111.txt', 'a'); for k = 1:5 ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


append data...it doesnt change line
i want to open the 33.txt go to the end of the file add the number 4 ,change line and etc etc... clc for k=1:1:5; ...

12 years 前 | 3 个回答 | 0

3

个回答

提问


open txt and add text
how can i open a txt file...go to the end of the file and add 10 times this text.. "LocalVariables"), Array("NAME:ChangedProp...

12 years 前 | 0 个回答 | 0

0

个回答

提问


check a folder every 10 sec
clc if Num<5 display (wait) D = dir(['C:\s', '\*.txt']); Num = length(D(not([D.isdir]))) else display (ok). e...

12 years 前 | 1 个回答 | 0

1

个回答

提问


textscan,skip 4 first line and import olny 2 columm....
=============================================================================== ANSOFT CORPORATION ...

12 years 前 | 1 个回答 | 1

1

个回答

提问


replace first match with a value,second match with a different value etc
I have a txt with 2000 lines.In this txt EE1 appears 100 times.If i want to change the first EE1 i found with a value from a mat...

12 years 前 | 3 个回答 | 0

3

个回答

提问


replace only the first match
I have a txt with 2000 lines. i want to open the txt,scan,find EE1 and replace it(only the first EE1,not the second) then create...

12 years 前 | 1 个回答 | 1

1

个回答