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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta