Question


Why do I have negative dB values after converting PSD output to dB?
I'm using acoustic data which I am in the process of producing spectrograms for. At the moment I am working with one .wav file a...

4 years ago | 0 answers | 0

0

answers

Question


I have a matrix with one column in serial datenumber format, how do I select data from a certain time period?
I have a large dataset where the first column is filled with serial datenumbers. I want to use these to select the rows of data ...

4 years ago | 1 answer | 0

1

answer

Question


How to compare contents of folders, check for missing files?
I have a folder of files, which contains .sud files and .wav files. The .wav files are decompressed .sud files and should be equ...

4 years ago | 1 answer | 0

1

answer

Question


Error when reading a csv using csvread
I am trying to read in a .csv file, which I have read in previously with no trouble. Here are my command and errors: >> A=csvr...

4 years ago | 1 answer | 0

1

answer

Question


Find specific date/time from a series of datenums
I have a 7184x72001 double matrix where the first column is a list of serial datenumbers. I am happy to keep the format this wa...

4 years ago | 2 answers | 0

2

answers

Question


Is it possible to read time stamps from photos?
I have thousands of photos, each with a time stamp identical to that above. I'd like to write a script which will automatica...

4 years ago | 0 answers | 0

0

answers

Question


How to write 2x1 string to csv?
I have created a 2x1 string array which contains filenames in the first column, and a 'yes' or 'no' in the second column. I'd l...

4 years ago | 1 answer | 0

1

answer

Question


Trying to request user input and then perform if elseif else end function...
I have a for loop which generates a figure on each loop. Based on what I see in the figure, I want my code to request a user inp...

4 years ago | 1 answer | 0

1

answer

Question


Convert from datenum to yymmddHHMMSS
I have a large list of dates which I previously converted from yymmddhhmmss format to datenum format using dateFormat='yymmddHH...

4 years ago | 1 answer | 0

1

answer

Question


Get variable name into filename using strcat
I am trying to create a filename for a .csv file using an existing variable name, which is a number e.g. '5100', and a manual in...

4 years ago | 1 answer | 0

1

answer

Question


In a large matrix, find and provide location of rows containing zeros
I have a series of large matrix, 7184x72001, in which the first column is a datenum vector, and all the rows represent values fo...

4 years ago | 1 answer | 0

1

answer

Question


Make an app using GUIDE and for loops
I have a code which runs a series of for loops on a folder of .wav files, and at each iteration produces one spectrogram plot. I...

4 years ago | 1 answer | 0

1

answer

Question


X axis is not displaying final value
I am trying to plot my x-axis from min(x) to max(x) but for some reason the final value wont display, even though the plot runs ...

4 years ago | 1 answer | 0

1

answer