Domanda


whos - I can't capture the output
I need to debug a script that has memory issues. So I decided to use whos to print out the largest variables while it is running...

circa un anno fa | 3 risposte | 0

3

risposte

Risposto
Readtable having problems with text files
Many thanks to both answerers. I thought I was going to have to do it the old-fashioned way, line-by-line.

circa un anno fa | 0

Domanda


Readtable having problems with text files
EDIT: running the code here I'm trying to read several hundred text files using readtable. Each file has six numeric columns (d...

circa un anno fa | 3 risposte | 0

3

risposte

Risposto
xline - draw a partial line
I decided on an alternative approach. I plotted the data again with another axis with tick marks where my xlines would be. I'm ...

circa un anno fa | 0

Domanda


xline - draw a partial line
Is there an easy way to get an xline plot for an array of X values, but with the line only taking up the first or last 10% of th...

circa un anno fa | 4 risposte | 0

4

risposte

Domanda


How can I sort cell arrays along with vectors?
I am getting very confused by all the documentation on sorting in MATLAB, so can someone please answer this very specific questi...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


Creating a "clock" plot, like polarplot.
Is it possible to create a polar-like plot or histogram where the theta values are in minutes between 0 and 60? I can do it by ...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


Calculate median values of slices of array associated with histogram bins
I have an array (array1) which I want to put into histogram bins. I have a second array (array2) which is the same length. I ca...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Unable to read datetime with format "0600 UTC OCT 25"
When I import data from a kml file using readtable, it stores the date and time in a string array called Name formatted like thi...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


stem plot line width inconsitencies
I can't understand why I can't set the line width consistently with the stem plot. I am plotting four subplots in a loop and th...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


readtable with datetime, format problem
I continue to struggle with datetime, having spent years using datenum. I'm using readtable to read in a .csv file that has bee...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Convert array of numbers to an array of padded strings
I have an array of numbers to convert to an array of strings. >> stanums = 7:12; >> stastrings = string( stanums ); stanums =...

oltre un anno fa | 2 risposte | 0

2

risposte

Risposto
Determine adjacent points in a logical matrix
Thanks everyone. I knew it would be trivial, but I don't have much experience with manipulating 2D arrays.

oltre un anno fa | 0

Domanda


Determine adjacent points in a logical matrix
I have a 2-D matrix of logical values, eg 000000000 010000000 000000000 000000000 000000000 000001000 000000000 00000000...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Can I draw a section of a polar plot?
Is it possible to draw only part of a polar plot? That is, when the centre of the plot is outside the viewed plot. I have a plo...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Scatter plot with variable symbol size - it's not linear
I'm trying to use the feature in the scatter plot where the symbol size is proportional to a variable and it seems that the scal...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Extracting arrays from a structure - different number of array elements
I am having problems extracting arrays from a structure that I created. One of the fields returns a different number of values. ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I line up plot edges in subplots?
I want to use subplots to show three orthogonal views of 3D data (latitude,longitude and depth). I need the plots to line up wit...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


mapshow - I can't seem to plot a geoTIFF
I'm trying to plot a geoTIFF image using mapshow. The file seems fine. >> georasterinfo(filename) ans = RasterInfo with ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Problem adding text to plot, background color doesn't work properly
I have encountered a problem using text to put labels inside a plot. I set the background colour to white. This works when I wri...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Merging strings in a table
I'm trying to merge two columns in a table. I tried this: L = readtable( fileLog ); L2 = mergevars(L,["Var2","Var3"]); But th...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Convert numeric 2D array to array of orders of values
I have an array of numbers, like this: positions = 14 25 65 20 16 15 17 16 14 26 46 ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Problems reading datetimes with readtable
I have a bunch of text files with dates and times. Some of them are like this (there is a space at the end of each line): 2022...

circa 2 anni fa | 1 risposta | 0

1

risposta

Risposto
Calculate spectrogram with logarithmic-spaced frequencies
After some more research, I think it's impossible to do what I want with the spectrogram function. I think it only works with a ...

circa 2 anni fa | 0

| accettato

Domanda


Calculate spectrogram with logarithmic-spaced frequencies
I'm trying to calculate a spectrogram where the frequencies are logarithmicaly spaced, instead of the usual linear. I think my ...

circa 2 anni fa | 2 risposte | 1

2

risposte

Domanda


Error in script using copylink
I have a matlab script that runs as a cron job on Linux. A few days ago, the script started failing. I traced it to the copylink...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


yyaxis 'right' - can I have tick marks on both sides?
I'm creating a figure to illustrate data availability/quality. It's one plot with no subplots. See attached. I add a small plot...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Simple interactive plot with variable time axis
I have a plot containing three subplots, all of which have date/time as the x axis. Whats the easiest way of making this plot i...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Calcuating equally-spaced sums from unevenly-spaced time-series data
I need to create an equally-spaced vector of values which are the sums from a vector of unequally-spaced values. More specifica...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I add an index value to an array value?
I have an array of reals, like this. 0.1 0.1 0.1 0.1 0.2 0.2 0.2 0.2 0.1 0.2 0.3 0.4 How can I add the horizontal i...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Carica altro