MATLAB is a high-level language and interactive programming environment for numerical computation and visualization developed by MathWorks.

learn more… | top users | synonyms

0
votes
0answers
9 views

In Matlab, how can I sort the order of a nested structure?

I am trying to sort the order of a nested structure in descending order by a specified parameter. Please refer to the following nested structure: struct(1).otherStruct(1).name = 'A'; ...
0
votes
1answer
21 views

Multidimensional array stacking in Matlab

Is there any short way to stack d outputs of ndgrid(x1,..,xd) into a d+1-dimensional array without using workarounds like cycles cgrid=cell(1,d); [cgrid{:}]=ndgrid(x1, x2, ... , xd); agrid=zeros([d, ...
0
votes
2answers
21 views

Plot the density of a matrix

Good day, In Matlab I have got a matrix which is very sparse. Now I would like to plot the 'density' of the matrix. Let's say I have a matrix A: A = [3 0 0 0 2 0 0 0 1]; Now the plot ...
0
votes
2answers
22 views

How to take the average of a 3D matrix in Matlab

I have a (244,800,4) matrix as a .mat file. There are NaNs in each layer. How can I take an average of each of this layers. So basically I need one average (of the entire layer) per layer. Thanks
1
vote
1answer
20 views

Is there a built-in MATLAB function to parse a variety of boolean inputs?

I need to parse various types of boolean inputs and I'm thinking about writing a very simple function to interpret any of the following as boolean TRUE (1 in MATLAB): 1 true '1' 'true' 'on' 'y' 'yes' ...
-5
votes
0answers
19 views

what is the instruction in matlab which does sum of absolute values of an array?

I am trying to find the sum of the absolute values of an array using mat lab,,, i did some research and found that there is a function : sumabs I tried it,, but it gave me this error: Undefined ...
0
votes
0answers
20 views

Remnants of MATLAB Popup Selection Example Stay There

I am still learning my way around Matlab's gui. I used one of GUIDE's templates, precisely the GUI with Axes and Menu. This generates two files: GUIFigure.m and GUIFigure.fig At first, I deleted the ...
0
votes
1answer
17 views

mex linker not finding mexFunction symbol

Up until recently I've been able to compile mex functions fine on my mac osx 10.8.4 but now it gives me the error as follows (for convenience I have included the entire -v invocation): ...
1
vote
1answer
25 views

Encoding of string returned from 'system' command

I am trying to read some meta-date returned from ffmpeg on a Linux machine. I am doing it from Matlab using the system command. My call to regexp fails to find what I am looking for (it works ok on ...
0
votes
1answer
21 views

Matlab: subplot to .eps axis size

In Matlab I have two plots that I want to include in a latex document. I can change the size, and everything else for each individual plot with this code: set(1, 'units', 'centimeters', 'position', ...
0
votes
1answer
21 views

Set uibutton properties for a MATLAB button

I am trying to set the background color of my gui button to a different color while the program is busy doing the computation. If I just set the color to change when the button is clicked it changes; ...
1
vote
1answer
13 views

lsqcurvefit input parameters matlab

I have a large set of x-data and a large set of y-data that form a series of irregular lorentzian peaks. I am trying to use the builtin matlab function lsqcurvefit X = lsqcurvefit(FUN,X0,XDATA,YDATA) ...
0
votes
2answers
30 views

any idea about x-y component and xy-axis

My problem when i take snapshot from the camera connected to my laptop, the y-axis become inverting so the result become wrong "http://s4.postimg.org/xcat1kmvh/sdsf.png"... i fix this problem by use ...
1
vote
2answers
22 views

Filter matrix using subvector row

I have a matrix of the form: m = 1, 0, 10, 20, 30, 40, 50; 2, 1, 11, 20, 30, 40, 50; 3, 0, 12, 20, 30, 40, 50; 4, 1, 12, 21, 30, 40, 50; For a given column index (say 3) and row index ...
0
votes
1answer
44 views

Changing format of many files in Excel

I have a folder filled with thousands of csv files. When I open one file, the data looks like: 20110503 01:46.0 1527.8 1 E 20110503 01:46.0 1537.8 1 E 20110504 37:40.0 1536.6 1 E ...
-3
votes
0answers
20 views

Mapping rasters within shape files in Matlab

I have a large matrix that represents my gridded dataset and a shape file outlining several areas within the extent of the matrx. I cannot seem to get the raster to only show within the shape files ...
0
votes
0answers
24 views

MATLAB getframe conflict in loop to create animated gifs

I'm trying to animate an image and save it as a .gif file. After crafting an equation, I use imshow within a loop and capture successive frames with getframe, which I then convert to an image and ...
0
votes
0answers
21 views

Comparing MATLAB AR model algorithms

I'm currently trying to build an AR model to approximate the error process in a sensor system. And I'm comparing the different parameter estimators in MATLAB. I have sets of data that i'm trying to ...
-5
votes
0answers
35 views

libsvm : multiclass classifier

I want to classify the dataset KTH with multiclass classifier using a one-against-all strategy and a Bayes criterion for model selection with libSVM(in Matlab or C++). Each video database is ...
1
vote
1answer
16 views

Matlab Functions - How do I access structures with string-input?

If I have a function like this: function [ out ] = call(a) out = s.a end How can I get it to access the structure s.hello with call('hello') or someting like this? side question: Is it also ...
-2
votes
1answer
26 views

Could anyone help me with y-axis of the image

i have a problem with y-axis when i get snapshot from camera,the y-axis start from 450 to 50 ... I want to start from the small number to big number and not vice versa ....could anyone help me to fix ...
0
votes
1answer
16 views

Faster grpstats on large dataset

I have a large Matlab dataset (1,924,014 by 5; ~73.4 MB) Date id a b c ... 733234 1467 1.2656 1.2718 51.16 733235 1467 ...
0
votes
0answers
17 views

watershed Segmentation small region in image in MATLAB

i'm following this tutorial that segments an image by using watershed segmentation. But I'd like to segment the small details into the pears according to gradient magnitude, that you can see in the ...
-3
votes
0answers
41 views

MATLAB freezes all the time after Java Update [closed]

I have a problem since the latest java update on MacOS. After starting Matlab2012b (x64) it freezes and it doesn't react on mouse clicks or keyboard inputs. What is wrong with Matlab?
-1
votes
2answers
19 views

What is sigma in convolution kernel? [closed]

I've seen the notion of sigma many times, but never truly understand what it means and how it affects the kernel. Can anyone explain this for me?
1
vote
1answer
27 views

Retrieve headers from a financial time-series object

I have code that creates a portfolio in matlab by merging two time series. How do I retrieve a vector of Headers for the funds such that I get a vector with the fund names from 'Port'? ...
0
votes
0answers
26 views

Matlab : a function for sampling a multivariate discrete distribution?

I would like to know if you know a Matlab function for sampling in a multivariate discrete distribution (I need something like randsample when specifying W but for more than two variables). Thanks! ...
0
votes
0answers
28 views

Can't add parameters to the Signature base string GET call on new Twitter API

I cannot complete a GET call to the new Twitter API when I add parameters to the Signature base string ('GET&https%3A%2F%2Fapi.twitter.com'). My code, written using Matlab with java.io.included, ...
0
votes
1answer
26 views

Passing new string through GUI matlab

So i recently created a GUI designed to do some basic image processing. It uses [filename, pathname] = ... uigetfile({'*.m';'*.mdl';'*.mat';'*.*'},'File Selector'); set(handles.Textbox1, ...
1
vote
1answer
24 views

MATLAB Optimization Error

My Genetic Algorithm optimization script on Matlab runs, but at the end produces the following message: "Optimization terminated: average change in the penalty fitness value less than options.TolFun ...
1
vote
3answers
26 views

Simulink - What connector implements 1 input to 2 identical output

I'm writing a simulink model in which I would like to distribute a single input with dimensions of 1024X2 to two (identical) outputs. I guess it should be pretty straight forward but I could not find ...
2
votes
1answer
40 views

How to obtain a gaussian filter in python

I am using python to create a gaussian filter of size 5x5. I saw this post here where they talk about a similar thing but I didn't find the exact way to get equivalent python code to matlab function ...
-1
votes
0answers
23 views

How to use Eclipse to debug mex files? [duplicate]

For all those Linux users (like me) who are not content using gdb's command line interface and would prefer to use a modern IDE for debugging, is it possible to get Eclipse to function as a debugging ...
3
votes
1answer
37 views

Is there a way to make try-catch statements in mex files?

I know that there is no built-in way to do try-catch statements in C, but has MATLAB facilitated any type of try-catch functionality for MEX files? I tried to use Longjmp and Setjmp in the way ...
0
votes
0answers
26 views

How to find amount of time spent and number of times that own function is called?

I recently started to use Matlab Profiler with the hopes of using it to find performance bottlenecks, etc. I have found the results quite difficult to use (or perhaps, it is a problem that the ...
-4
votes
0answers
26 views

Matlab txt import script [closed]

I have measurment data in txt containing text and numbers. I would like to gather data from a txt file series. I would like to open each txt, read the data from specific rows and columns, store the ...
-1
votes
0answers
26 views

Constraint handling in Matlab [closed]

Hi I have a project on the Cross-Entropy method which is a optimisation technique that my study leader wants to expand and create a toolbox for. He wants me to add constraint handling to the ...
0
votes
0answers
17 views

calculate number of matches between two images using MATLAB vl_sift

I’m new to MATLAB. I’m using VL_Feat library. I’m trying to construct a code that can calculate number of matching points between two images. Up to now I know how to match two images. What I want to ...
0
votes
1answer
18 views

RREF in matlab with binary field operations

I want to use the RREF function to get the reduced echelon form of a parity check matrix(binary) in matlab. I want the row reductions to be done under GF2. The RREF performs the operations under R. Is ...
1
vote
1answer
15 views

Error reading a fixed-width string with textscan in MATLAB

I'm reading fixed-width (9 characters) data from a text file using textscan. Textscan fails at a certain line containing the string: ' 9574865.0E+10 ' I would like to read two numbers from this: ...
-1
votes
0answers
18 views

Computing Variance from histogram

I Have an image histogram that i want to compute total variance of this image from the histogram? How can i do that with MatLab Thanks for your attentions
0
votes
1answer
28 views

Run time series analysis for multiple series Matlab

I wish to apply the same data analysis to multiple data time series. However the number of data series is variable. So instead of hard-coding each series' analysis I would like to be able to specify ...
-8
votes
0answers
113 views

algorithm that creates all the possible number combinations from a set of numbers [closed]

I wish to create an application in which the user inputs a set of numbers. The amount of numbers is variable, from 1 to 20(for example x). The complete set of numbers is 80. The user can choose which ...
2
votes
2answers
24 views

MatLab-->csv: Export data to csv file using dlmwrite in Matlab

I was looking for how to trying to save some data into a csv file using Matlab and I found something that was useful. I use the data and code: data A = [1 2 3 4 5 6 7 8]; names={'a' 'b' 'c' 'd' 'e' ...
5
votes
2answers
42 views

Indexing of 2D array in matlab

I have a 6X4 matrix M1 containing only zeros. I also have two 1D arrays Y1 and Y2 each with length 4.The two arrays contain the desired index values. Now, I want to set(convert to 1) the elements of ...
0
votes
2answers
25 views

Use limit value at a point

I have the following lines of code arg1 = ( x<=a ).*(log(x)) + ( x>a).*(log(2*a-x)); num = sinh(arg1); den = const + cosh(arg1); re = num./den + const2; re1 = ; But re is not defined at x=0, ...
1
vote
1answer
19 views

find peaks from complex values vector

I would like to know if it is possible to find peaks from data that contains complex values, like the following data: x = [1 2+3i 4 5+6i 0.1+0.2i 10 -1+9i] To find peaks in real data, we can ...
0
votes
0answers
65 views

Avoiding For-loops in MATLAB

Given below are 3 for loops in MATLAB each of which I need to convert to a non-loop code for performance issues. Update: Problems in Loop 2 and 3 have been resolved through the use of vectorization ...
1
vote
1answer
48 views

Branch prediction in Matlab

Does Matlab use branch prediction to improve the performance? That is, if we are flattening out if-statements like this: if a > 0 b = b + 1 end ... b = b + (a > 0) would it speed things ...
-1
votes
1answer
27 views

Neural network that learns patterns in very large matrices [closed]

Suppose we have some large matrices that want to classify. If matrices are M*N, is it OK to have a neural network with M*N neurons that is, for each element a neuron ? Is there any better idea? ...

1 2 3 4 5 402