photo

Kapa Kudaibergenov


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


If I have a logical vector created by ISDIR attribute of DIR, how to have its order by the date of the last modification of folders???
d = dir('D:\= BIO-PD ='); isub = [d(:).isdir]; %# returns logical vector nameFolds = {d(isub).name}'; In nameFolds I have a c...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What is the alternative for startsWith function in Matlab 2013?
TF = startsWith(names_cell,pattern) I have a snippet of code written above. The names_cell is a cell array and pattern is a st...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to make the folders correspond to suitable files depending on its similar names
I have folders' names in a variable nameFolds1("DYT" "HC9" "HC" "MS_3R" "MS" "PN5_3R" "T"). The 'files' variab...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to print arrays of strings to the txt file with spaces and new lines?
I have a problem with printing an array of strings, which I'd like to print to a txt file. The problem is I can't put spaces bet...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using syms, Matlab stops working
Using syms, Matlab stops working. Only quitting the program helps. I have Symbolic Math Toolbox, so I have no idea why it doesn'...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort