photo

JarryG


Last seen: 2 mois il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


writematrix: how to get formatted txt-output?
I have been using "dlmwrite" to get nicely formatted text output: dlmwrite('file.txt',M,'delimiter',' ','precision','%10.2f'); ...

2 mois il y a | 3 réponses | 0

3

réponses

Question


How to measure elapsed time in hh:mm:ss?
Hi, till now I measured elapsed time with: tic; % some code here datestr(toc/86400,'HH:MM:SS') Matlab R2022b says "datestr"...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


readcell vs xlsread: substitute "1x1 missing" with "NaN"
I used to import my mixed (char/num) content from xls-files as cell array with: [~, ~, raw1] = xlsread(myfile, mysheet, myrange...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


writematrix: missing "newline" option...
I have some script exporting data into textfile using "dlmwrite", but Matlab HelpCenter says "dlmwrite is not recommended, use w...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


yyaxis: how to get matching ticks on left/right y-axis?
In my script I have been using: plotyy(x,y1,x,y2) But now editor says "plotyy is not recommended, use yyaxis instead". Not a b...

plus de 4 ans il y a | 2 réponses | 0

2

réponses