jnaumann
University of Sheffield
Followers: 0 Following: 0
Feeds
提问
Logical indexing of cell array
Hi all, There is a probably a very simple solution to this but my mind has gone blank. I have a matrix which I am filtering...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to zoom and pan using getframe()
Hi, I am trying to make a movie by scanning around a 3D plot and then zooming in a and panning towards a part of the obj...
10 years 前 | 1 个回答 | 0
1
个回答提问
Query about data types and whos
Hi, I have a variable flights_2011 and when I run the command whos it says it is a double array of size 1x35040 however the s...
10 years 前 | 1 个回答 | 0
1
个回答提问
Possibility of using vectorisation here?
Hi there - I am currently using this bit of code but it is very slow to execute, I'm sure there is a way to speed up the process...
10 years 前 | 0 个回答 | 0
0
个回答提问
remove whitespace from cell array
I have a cell array which looks something like this; 'DS 5376' 'FR 8241' 'B 1257' 'BG 09857' 'TR 3017' ...
10 years 前 | 2 个回答 | 0
2
个回答提问
plotyy - how to change line width, colour and xaxis labels
Hi all, I am trying to use the plotyy function to plot a bar chart with a line graph on top. Generally I have managed to achi...
10 years 前 | 2 个回答 | 0
2
个回答提问
Using readxls alldata option
Hi, I am using the readxls to import data into Matlab, the third output of which reads alldata - a subset of my data is as fo...
10 years 前 | 1 个回答 | 0
1
个回答提问
Saving cell arrays efficiently
Hi Does anyone know or have an opinion on the most efficient way of saving and retrieving a cell array - my array is ~1x500 ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Exracting n characters from all elements of cell array
Hi, I have some data in the following form and would like to extract separate the date and time components, therefore creatin...
10 years 前 | 1 个回答 | 0
1
个回答提问
Input arguments for functions where argument is a structure
How do you input arguments for functions where argument is a structure? The specific example i am trying to use is the MaxIter ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Changing SVM options parameters
I am trying to set the options for the svmtrain function to increase the number of MaxIter from default. Rather than being the n...
10 years 前 | 0 个回答 | 0
0
个回答提问
Log axis on plots of different types
I am trying to create a plot whereby I have 4 curves made up of a number of points connected by a spline. I have managed to crea...
11 years 前 | 2 个回答 | 0
2
个回答提问
Reading binary files with fread
Hi everyone, I am trying to read a signal from a binary file. After lots of head scratching I have found a way of doing this....
11 years 前 | 1 个回答 | 0
1
个回答已回答
Noise Cancellation Without reference signal
It sounds like you are after an Adaptive Linear Enhancer (ALE) - some info given here http://www.mathworks.co.uk/help/dsp/exa...
Noise Cancellation Without reference signal
It sounds like you are after an Adaptive Linear Enhancer (ALE) - some info given here http://www.mathworks.co.uk/help/dsp/exa...
11 years 前 | 0
提问
Replacing a for loop?
Hi, I've written a small script to calculate the short time energy function of a signal. However it feels a bit clunky and my...
11 years 前 | 1 个回答 | 0
1
个回答提问
Parallel loop variable query
Good morning, I am trying to run a genetic algorithm to find the best parameters for a denoising a signal using ALE. I have t...
11 years 前 | 1 个回答 | 0
1
个回答提问
Kernel density distribution where range is polar
Hi there, I am not sure if the question heading makes sense but I will try to explain my problem more clearly here. I have a ...
11 years 前 | 0 个回答 | 0
0
个回答提问
Calculate matrix from symbolic equation
Hi everyone, I have used the following code to generate a symbolic equation for a plane given 3 points. P1=[1747 444 105...
11 years 前 | 1 个回答 | 1
1
个回答提问
How to plot a line on a log plot
I am trying to plot a line on a log plot. I am using the same method as if I was to draw a line on a standard plot ie. hold on, ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Help reading and cleaning data from text file
Hello everyone, I am currently having difficulties trying to read a text file in Matlab. A small example is shown below. M...
11 years 前 | 1 个回答 | 0
1
个回答提问
Replace any string in matrix with NaN
I had a previous problem where I wanted to replace any string 'Bad' with NaN. A forum member suggested the following code wh...
11 years 前 | 1 个回答 | 0
1
个回答提问
Using fscanf when some elements are not floating point
Hi there I am trying to use fscanf to read a measurement text file. The file is a matrix of (480x640) floating point numbers....
11 years 前 | 1 个回答 | 0
1
个回答提问
Very simple simultaneous eqs.
I am working on a script to pinpoint acoustic sources from differences in arrival times. This is a very basic question but I'm n...
13 years 前 | 1 个回答 | 0