photo

mb1400


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

Pregunta


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

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

Respondida
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(:...

alrededor de 11 años hace | 0

Pregunta


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

alrededor de 11 años hace | 7 respuestas | 0

7

respuestas

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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

Pregunta


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

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas