Community Profile

photo

mb1400


Active since 2013

Statistics

  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

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

11 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 3 answers | 0

3

answers

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 7 answers | 0

7

answers

Answered
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 years ago | 0

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

11 years ago | 0

Question


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 years ago | 3 answers | 0

3

answers