Community Profile

photo

RR RR


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Extracting lower triangle excluding the main diagonal elements to a string
Hi all, How to extract the lower triangle part of a matrix "excluding" the main diagonal elements, and put it as a string that ...

4 years ago | 1 answer | 0

1

answer

Question


String array to 1d string by adding the new line character
Hello All, Say that you have nx1 string array A such as follows: A=["Hello Matlab"; "this is 12345"; "so we are going to" ; "h...

4 years ago | 1 answer | 0

1

answer

Question


find a string using regular expression using a special condition
Hello All, How to find the line number for the string "liquid, X" in a text file, if and only if the line immidiately before...

4 years ago | 1 answer | 0

1

answer

Question


How to parse a table (in a text file) into matlab cell array where we have some missing values?
Hello all. How to parse this table into a cell string (or even a vector for each variable)? Each column represent a variable (...

4 years ago | 1 answer | 0

1

answer

Question


split a string by a set of pre-defined number of characters rather than any delimiter
How to 1) First split a string by the number of chacters to five substrings, where sub string 1 has 19 characters and the rest...

4 years ago | 2 answers | 0

2

answers

Question


Run an external program using matlab
There is a program (RaD) that gets a text file ("example.txt") and performs some calculations. This program runs under the Wi...

4 years ago | 1 answer | 0

1

answer

Question


Read data from a complex text file
Hi all, I am writing some code using matlab but I am stuck at reading the output of a program. The program generates a large te...

4 years ago | 0 answers | 0

0

answers

Question


Replace a block of strings in a text file with another string
Hi all. I have a very long text file. Ther are so much information in it. Within the text file, there are many addresses that a...

5 years ago | 2 answers | 0

2

answers