Answered
reading specific lines from a .txt file
Use readmatrix and specify the 'Range' option. Assuming that you have a one-column txt file, you can use the following: A = rea...

4 years ago | 1

| accepted

Answered
In table, how to count a number of specific values by year?
year = [repmat(2018, [3,1]); repmat(2019, [13,1]); repmat(2020, [4,1])]; win = [1;2;0;0;1;0;2;0;2;1;0;2;1;1;1;2;2;1;2;0]; T = ...

4 years ago | 0

Answered
Is there any clear explain and simple how to decide what is the best frequency resolution and how to chose the window size for this signal
The question is unclear. If you are asking about the number of points in your signal (i.e., number of samples), then it is sim...

4 years ago | 0

Question


How can I set the labels of multiple axes without iteration?
Hello all, I have a figure with multiple uipanels, each with its own axes. How can I set the labels of all the pannels' axes at...

4 years ago | 1 answer | 0

1

answer

Question


Modify the slice number in sliceViewer object
Hello everyone, I have a sliceViewer object and I just need to modify the slice number so that it does not increase from 1 up t...

5 years ago | 1 answer | 0

1

answer

Question


How can I align the legends of a plot with a text box such that they are aligned vertically?
Hello everyone, I have a plot with legends, and I need to add a desriptive text box such that the text box is aligned with that...

5 years ago | 1 answer | 0

1

answer