![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15435475_1557163637300_DEF.jpg)
Anas Khan
Followers: 0 Following: 0
Feeds
提问
Exporting Figure as Vector Content File
I am on 2021b version trying to use the exportgraphics function to export my figure to a .eps vector graphics file for figure co...
1 year 前 | 1 个回答 | 2
1
个回答提问
Plot data above current axis
I have a pseudocolor (contourf) plot that I want to add to in the margins around the plot. How do I place the plot the new data ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to create time windows given start and stop indices
I have 2 vectors of indices: 1 for start times and 1 for end times: >> size(trainStarts) ans = 20 1 >> size(...
2 years 前 | 2 个回答 | 0
2
个回答提问
Error using patch not enough input arguments
I created 2 custom colors >> myGreen myGreen = 0.0863 0.7294 0.7294 >> myOrange myOrange = 0.9216 ...
2 years 前 | 2 个回答 | 0
2
个回答提问
The PARFOR loop cannot run due to the way the variable is used
I do not believe there is a way to further vectorize this code. Please let me know if that is untrue. I would like to paralleliz...
2 years 前 | 1 个回答 | 0
1
个回答提问
Load and Save using PARFOR Loops
I am using PARFOR loops on a cluster like so: files = dir('*.mat'); % Get list of data files to load subjectIDs = cell(1,len...
2 years 前 | 1 个回答 | 0
1
个回答提问
Most Efficient Way to Smooth Wavelet Spectral Matrix over Time and Frequency
I want to smooth a 4 dimensional matrix (channel i x channel j x frequency x time) containing wavelet coefficients across time a...
2 years 前 | 1 个回答 | 0
1
个回答提问
Contourf plot Yscale log2 vs log10
I have frequencies ranging from 2-194 in a base-2 logarithmic spacing (10 voices per octave) like this: frex = 2.^([10:76]/10...
2 years 前 | 1 个回答 | 0
1
个回答提问
Compute A Moving Average on a Live Streamed Signal
I am live streaming an EMG signal from the OpenBCI_GUI (using the Ganglion board) to MatLab using LabStreamingLayer. The basic c...
3 years 前 | 1 个回答 | 0
1
个回答提问
What determines computation speed in MatLab?
For example, running the cwt function on a large matrix takes my computer >12 mins and once it even crashed. I know RAM determin...
3 years 前 | 1 个回答 | 0
1
个回答提问
How do I randomly extract 20 segments of data from a signal?
I have a matrix of data 60001x4. Rows are data points, columns are the 4 channels recording the data. How would I extract 20 ran...
3 years 前 | 2 个回答 | 0
2
个回答提问
How can I condense this block of code?
CONTEXT: I have EEG data in a matrix. I have parsed through the data and separated it into several cell arrays of smaller matric...
3 years 前 | 1 个回答 | 0
1
个回答提问
Loop Through Files to Import
I have data stored in files as seen in the screenshot attached. I want to create a script that will automatically access each fi...
4 years 前 | 1 个回答 | 0
1
个回答已回答
How to detect positions in a signal where the distance between two values is less than x?
Thanks guys, I'll put some work into it to see if I can extract my parameters using either of your approaches.
How to detect positions in a signal where the distance between two values is less than x?
Thanks guys, I'll put some work into it to see if I can extract my parameters using either of your approaches.
4 years 前 | 0
提问
How to detect positions in a signal where the distance between two values is less than x?
I have a cell array with 864 boolean vectors containing information about when a response was detected. Each vector has 3750000 ...
4 years 前 | 2 个回答 | 0
2
个回答提问
Create a String Array
I am trying to create a string array of elements ranging from A1 to H12, where the first 12 elements are A1 - H1, next 12 are A2...
4 years 前 | 1 个回答 | 0
1
个回答提问
Loop to Organize Matrices
I want to split up a large matrix (Vdata) with 768 columns of data into 12 matrices, each with 64 columns of data. I could do th...
4 years 前 | 1 个回答 | 0
1
个回答提问
Loading .RAW data into Matlab
I want to load a ~6 GB .raw file that contains text information describing my data and numerical information about voltage recor...
4 years 前 | 1 个回答 | 0
1
个回答提问
Importing large .raw file
I am attempting to import a large (>6 GB) .raw file containing time series data from neurons. The goal of my script is to store ...
4 years 前 | 1 个回答 | 0