Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged MATLAB

0 votes
535 views
1 answer
    This is a part of my code in Matlab. I tried to make it parallel but there is an error: The variable gax in a ... = ggx(jo,m); end end end See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
901 views
1 answer
    I have a nested cell which represents a tree-structure: CellArray={1,1,1,{1,1,1,{1,1,{1,{1 1 1 1 ... I am looking for more precisely: Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    I want to detect the background of the following image whose foreground is always lots of black dots: img. ... background using opencv method? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    I am trying to run a MATLAB GUI I have created. If I open the .fig file using GUIDE and press the ... reference field of non-structure array. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
932 views
1 answer
    I am trying to analyze greyscale TIFF stacks, in which a given frame will look like this. I filter it ( ... for Matlab's bwconncomp function. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
555 views
1 answer
    Data I want to categorize it by counting the following pixels through HSV (Hue-Saturation-Lightness) dark blue blue ... and/or papers for it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
548 views
1 answer
    I'm working on a program in matlab to detect an object in a sequence of images. The object I'm trying to ... % get rid of small unwanted pixels See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
606 views
1 answer
    I have an image of which I cut out only one column. After that I made it to be logical so there are ... distinct block. Anyone please help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
608 views
1 answer
    I have a for loop that loops over one array... for i=1:length(myArray) In this loop, I want to do check ... into them in one shot. Many thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I have time series, and I applying some user defined function to every W elements in time series. Right now I am just ... 10], [10, 14, 22]] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    eval and str2func are both able to evaluate a function represented by a string, f.e. f='a^x+exp(b)+sin(c* ... 2] (as mentioned in the comments). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
851 views
1 answer
    I have many points and I want to build distance matrix i.e. distance of every point with all of other points but I ... (i,j) = dist; end end See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
657 views
1 answer
    I have a short function which uses textscan to read data into a variable. My problem is that I always get this: ... just want to load my file. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    When indexing matrices in MATLAB, can I specify only the first or last n dimensions, and have all others ... all the others dimensions"? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
720 views
1 answer
    I have a weird (and probably simple to solve) problem. I tried to plot (using panel) two plots: a1 = subplot ... . Where is the problem? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have two for loops running in my Matlab code. The inner loop is parallelized using Matlabpool in 12 processors ... searched for it in google. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
701 views
1 answer
    I am trying to find the indices of elements in a vector that correspond to another vector, preferably without ... be found contiguously in JiSet See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    I am passing an integer array of uint8 type from MATLAB to a MEX-function. How do I read these values? ... but mxGetPr returns double type. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
752 views
1 answer
    I have a 3D array in MATLAB, with size(myArray) = [100 100 50]. Now, I'd like to get a specific ... preferably to the third dimension as well. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    How can I define a 3D matrix in MATLAB? For example a matrix of size (8 x 4 x 20) or add a 3rd dimension to an existing 2D matrix? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
783 views
1 answer
    I've just installed the Matlab MCR, and I tried to run a piece of code: ./run_test.sh /usr/local/MATLAB/ ... "${exe_dir}"/test $args fi exit See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
971 views
1 answer
    I need to be able to set data tips programmatically from a list of array of x axis values. For ... this programmatically through matlab script? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    let define that: The "percent noise" number represents the percent ratio of the standard deviation of the white Gaussian ... .05*var(I(:))) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
764 views
1 answer
    When using the mean filter in image processing, why should the size of the kernel be odd? It Always takes a ... anyone explain it with reasons? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    I have an image (png) that I want to put underneath a heatmap(so to speak) made from a and a 2D matrix of ... some other way to make this work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
785 views
1 answer
    I've been trying to solve a problem. I'm surprised I haven't been able to find anything really useful ... 2 covariance matrix of that ellipse? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    In MATLAB how do I save a structure array to a text file so that it displays everything the structure array shows in the command window? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
809 views
1 answer
    How can I change this into a column, at the moment all 750 entries are on one row? p = normal(1:750)-1; I have tried ... 750)-1; p = p(1:rows)'; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...