photo

mb1400


2013 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


search and delete text lines when certain strings are missing
Hi everyone, I have a text strings. This is just a little portion of the file but the original is much larger. Sometimes I get a...

約11年 前 | 2 件の回答 | 0

2

回答

質問


deleting strings where special characters are missing
Hi everyone, I have a text strings. This is just a little portion of the file but the original is much larger. Sometimes I get ...

約11年 前 | 0 件の回答 | 0

0

回答

質問


Extraction of portion of textfile
I have text string stored in a variable. The text file is just an example but, the .txt(s) I will work on may not always start w...

約11年 前 | 1 件の回答 | 0

1

回答

回答済み
Use of dialogue boxes: interactively choosing directory and file to read at the beginning, and "save as" at the end, during the execution of script.
Thank you for the advice. I solved it, it was actually a quite easy thing, that how I did it: [stmfile, stmpath] = uigetfile(...

約11年 前 | 0

回答済み
Problems with uiputfile
Thank you for the suggestion. I managed like this [stmfile, stmpath] = uigetfile('*.txt', 'pick text file'); data = importdata...

約11年 前 | 0

回答済み
Use of dialogue boxes: interactively choosing directory and file to read at the beginning, and "save as" at the end, during the execution of script.
Yes I did, but it give me an error during the execution of the script and I did not work out what I was doing wrong. I will try ...

約11年 前 | 0

質問


Use of dialogue boxes: interactively choosing directory and file to read at the beginning, and "save as" at the end, during the execution of script.
I have script that works fine, however since it has not to run only on my pc, I would like to have a script that does not have a...

約11年 前 | 3 件の回答 | 0

3

回答

回答済み
deleting part of a list of strings
I will soon try Matt's advice and get back to you. To Thorsten the problem is that the string is created from a combination of 2...

約11年 前 | 0

回答済み
deleting part of a list of strings
The second way it did not really cut after E, that's what it returned newstr = out3(:, 1:findstr(out3(1,:), 'E')) newstr ...

約11年 前 | 0

回答済み
deleting part of a list of strings
E_position = find(out2=='E'); ??? Undefined function or method 'eq' for input arguments of type 'cell'. newstr = out2(:...

約11年 前 | 0

質問


deleting part of a list of strings
I have a column of strings, with the same number of element in each string, all comma delimited. I would like to trim all the s...

約11年 前 | 7 件の回答 | 0

7

回答

回答済み
Help with text file duplicate and concatenation
Ok, Now I am stuck again. Sorry, I may be about to make a very easy question, but I have just started using matlab and starting ...

約11年 前 | 0

回答済み
Help with text file duplicate and concatenation
You are a Genius, thank you very much. You saved me days of work!!!!!!

約11年 前 | 0

質問


Help with text file duplicate and concatenation
Hello I have created a variable from a text file from which I have extrapolated nuova_variabile = '$SDDBT,00004.9,f,...

約11年 前 | 3 件の回答 | 0

3

回答