Statistics
RANK
2,402
of 295,448
REPUTATION
26
CONTRIBUTIONS
77 Questions
13 Answers
ANSWER ACCEPTANCE
54.55%
VOTES RECEIVED
22
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Speeding up code: pre-allocation, vectorization, parfor, spmd....
I have written a very tricky and large bit of code. Its processing a data set of 5 million values. In outline the code goes like...
5 years ago | 5 answers | 0
5
answersQuestion
What underlying technology does MATLAB use for its documentation system?
Matlab is well known for having excellent documentation, for example * http://uk.mathworks.com/help/matlab/ref/vertcat.html ...
8 years ago | 1 answer | 0
1
answerQuestion
Setting Edge Lengths equal to Weights in 2015B+ for graph.m
In 2015B graph.m is introduced <http://uk.mathworks.com/help/matlab/ref/graph.html graph.m>. s = [1 1 1 2 2 3 3 4 5 5 6 7];...
8 years ago | 1 answer | 0
1
answerQuestion
Setting EdgeColor in 2015B+ for graph.m
In 2015B graph.m is introduced <http://uk.mathworks.com/help/matlab/ref/graph.html graph.m>. A = ones(4) - diag([1 1 1 1]);...
8 years ago | 1 answer | 0
1
answerQuestion
Error using fitdist. Distribution name 'multinomial' is unrecognized.
I am using 2015b. I read http://uk.mathworks.com/help/stats/fitdist.html and see that it supports "multinomial" I run pd...
9 years ago | 1 answer | 0
1
answerQuestion
Generating a 3D plot
I have two 1D functions * Z1 =f(y) * Z2 =g(x) Where Z1, Z2, x and y are Nx1 vectors. I wish to combine these and pl...
9 years ago | 1 answer | 0
1
answerQuestion
PCT: Lock and Simultaneous Access
When using PCT, how can you enforce synchronous access to resources? Eg lock in C#. I have some code, parameters = [1 2 ...
10 years ago | 0 answers | 0
0
answersDecompressing *.7Z Files with MATLAB
solved: [status,result] = system(['"C:\Program Files\7za920\7za.exe" -y x ' '"' filename{f} '"' ' -o' '"' outputDir '"']...
10 years ago | 0
| accepted
Question
Unable to read MAT-file E:\my_file.mat: not a binary MAT-file.
On one machine (2014A, win server 2012 R2) I run save('-v7.3','E:\myFile.mat'); on a second machine (2014A, win7 pro) I ...
10 years ago | 2 answers | 0
2
answersQuestion
Calling Powershell from MATLAB: AWS Example
Running 2014A and Windows Server 2012 R2. I wish to call Powershell from inside matlab. Below is my attempt, %% Get The req...
10 years ago | 1 answer | 0
1
answerQuestion
Parallel Computing Toolbox: Underperformance AND Cannot cancel or destroy a job that was not created by this Local cluster.
I am running Win Server 2012 R2 with 2014A with PCT. I have two questions. Question 1: I keep getting the below warning, ...
10 years ago | 1 answer | 1
1
answerQuestion
Processing a HUGE number of timestamps
I have a cell array whose elements are time stamps in the format "Mon Apr 01 20:00:00 BST 2013". I have a very large number of t...
10 years ago | 3 answers | 0
3
answersQuestion
Monitoring the Speed of write.m/save.m on a network
Using win7/2014a. I am carrying out some tests with a mapped network drive. Saving/loading data from the disk is proving a ma...
10 years ago | 2 answers | 0
2
answersQuestion
Decompressing *.7Z Files with MATLAB
I have a 7z file. I wish to decompress it using Matlab. How can I do this? The inbuilt matlab functions dont support it. I ha...
10 years ago | 2 answers | 0
2
answersParallel computing corruption problem (Windows)
Spoke to Matlab tech support about this. The answer is as follows. Type which -all assert In my case, the issue was cau...
10 years ago | 1
Question
Matlab Figure and TextBox
I have an image and I do not wish to use legend. Instead I wish to make my own legend. I wish to have a text box in the image...
10 years ago | 2 answers | 0
2
answersQuestion
Label Rotation in MATLAB 2014
Has MATLAB 2014a introduced a built in way of rotating axis labels? see <http://www.mathworks.co.uk/help/matlab/creating_plots/a...
10 years ago | 2 answers | 0
2
answersQuestion
Binary, ASCII and Compression Algorithms
I have a large number (> 1E6) of ASCII files (myFile.txt) which contain time series data, all in the same format: timestamp, fie...
10 years ago | 1 answer | 0
1
answerQuestion
How to colour a 3D image with a continuous spectrum of colours
I have a 3D image. I would like to shade it in a continuous colour. I.e. where the colour of the image is conditional on its loc...
10 years ago | 1 answer | 0
1
answerQuestion
ASCII STL to image
I have been trying to use <http://www.mathworks.co.uk/matlabcentral/fileexchange/30923-fast-stl-import-function import_stl_fast>...
10 years ago | 1 answer | 1
1
answerQuestion
Hyperthreading & Number of Cores. Parallel computing toolbox
I am using: MATLAB Version: 8.3.0.532 (R2014a) MATLAB License Number: Operating System: Microsoft Windows 8.1 Versio...
10 years ago | 2 answers | 4
2
answersQuestion
Maximum Subarray Problem -- Classic Algorithms in Matlab
Trying to implement some forms of this classic algorithm <http://www.cse.ust.hk/faculty/golin/COMP271Sp03/Notes/L02.pdf> <...
10 years ago | 0 answers | 0
0
answersQuestion
Plotting in 3D: Probability Density Plots Over Time
There are many ways of plotting in 3D in matlab. I have got some reasonable results using the following method. This post is to ...
11 years ago | 0 answers | 1
0
answersQuestion
PCA.m with data containing NaN (ncnancov.m bug ?)
I can run the following, data = randn(2.7E6,79); [~,score,~,~,explained, ~] = pca(data); I also have a real data ...
11 years ago | 0 answers | 1
0
answersQuestion
sub2ind.m -- trying to use with a 2D matrix
I have a matrix data = rand(100,100); I also have a index into that matrix IDY = randperm(100); I wish to reord...
11 years ago | 2 answers | 0
2
answersQuestion
Basic Vectorization Question (speed required)
I have a 2D matrix of data. I have an index to reduce that 2D matrix to a 1D matrix. How can I do it without using a for loo...
11 years ago | 2 answers | 0
2
answersQuestion
Using all cores with parfor
I have 2013A on a win7 64 bit quod core machine. I do not have the parallel computing toolbox. I use a parfor loop to carry o...
11 years ago | 1 answer | 1
1
answerQuestion
Set legend color in stacked bar plot
I wish to use a stacked bar graph and specify my own colors. Have do I make the colors in the legend match the bar? thanks ...
11 years ago | 1 answer | 0
1
answerQuestion
XTICKLABEL and LATEX -- still not supported?
I know this was not supported in 2004 -- is it still not? any work around? x = 0: 1E-3: 4*pi; y1= cos(x); y2 = -si...
11 years ago | 2 answers | 1
2
answersQuestion
Changing the Default Copy of Perl Installed with MATLAB
In this post <http://www.mathworks.co.uk/matlabcentral/answers/89541-which-version-of-perl-is-built-into-matlab-perl-m HERE> I a...
11 years ago | 1 answer | 0