Community Profile

photo

JarryG


Last seen: ungefär ett år ago Active since 2020

Statistics

Content Feed

View by

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

ungefär ett år ago | 2 answers | 0

2

answers

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

nästan 2 år ago | 0 answers | 0

0

answers

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

nästan 2 år ago | 1 answer | 0

1

answer

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

ungefär 4 år ago | 2 answers | 0

2

answers