Community Profile

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

답변