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
600 views
1 answer
    I have the code: values = [1.0 0.6 0.1; 0.0 1.0 0.3; 0.9 0.4 1.0]; h = bar3(values); ... ii_mac.html. blah http://www.sdtools.com/help/mac.gif See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
818 views
1 answer
    I have a variable, tauMax, that I want to round up to the nearest power of ten(1, 10, 100, 1000...). I ... )); I'd really appreciate any help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
897 views
1 answer
    I'm trying to use Greek letters in my xlabel of a plot. Every solution on the internet says that Matlab will accept ... a, 'abc1.png','png'); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    How would one go about generating a matrix with all the possible combinations of number totaling to a sum with ... to go about that. Regards See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
502 views
1 answer
    I write some mex function and have to return huge array of strings. I do this as following: mxArray * array = ... to release it? Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
789 views
1 answer
    I want to find the histogram of two images and find the similarity using Euclidean distance. I'm trying to ... ; %display the result to console See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    I need to create a method to generate a unit vector in three dimensions that points in a random direction using ... isotropic part. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
485 views
1 answer
    A recently published article in UndocumentedMatlab, mentions that App Designer figures are actually web pages using the ... available to us? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    I have a big .mat file that I want to process, but it is too big to fit in a single load. I thought ... one of them to the workspace? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
859 views
1 answer
    This should be a problem with a trivial solution, but still I wasn't able to find one. Say that I have 2 matlab ... a very common task, I'd say. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
510 views
1 answer
    In MATLAB I have calculated the Fundamental matrix (of two images) using the normalized Eight point algorithm ... pseudocode would be fantastic. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
661 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
768 views
1 answer
    inputParser provides addOptional and addParameter. The doc (https://www.mathworks.com/help/matlab/ref/inputparser-class ... Did I miss anything? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
538 views
1 answer
    I'm trying to perform object detection with RCNN on my own dataset following the tutorial on Matlab webpage. Based ... of vehicle in an image? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    I have an array a(30,2) where the first column is a unique sample number and the second column is a value ... a) that fall into each bin? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
954 views
1 answer
    Without the curve fit toolbox how do you fit a function to data in MATLAB? In particular, how do you fit a ... where it is not an integer? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    I'm currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it ... astray? Thank you very much. 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 a simple problem that I'm looking for a fast implementation in Matlab. I have an array of values, ... want to keep the code vectorized. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    Suppose we have a matrix I of size 49x49x5, corresponding to 5 images of size 49x49 stacked along the third ... clearer what I am after: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
585 views
1 answer
    Suppose, in MATLAB, that I have a matrix, A, whose elements are either 0 or 1. How do I get a vector of ... debugging time even if it is fast. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
713 views
1 answer
    I was trying to save a matrix into a mat file, but the Matlab returns the following messages: Warning: Variable ... .3 listmatrix or sth else? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    My situation is that I would like to map a scalar array A by a function with handle fun sending a row ... more efficient way jump to mind? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
635 views
1 answer
    I'm testing svd in Matlab R2014a and it seems that there is no CPU vs GPU speedup. I'm using a GTX 460 ... . Elapsed time is 21.546260 seconds. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
558 views
1 answer
    MATLAB is a pass by value language. I have a recursive function that processes pixel's neighbors. It is ... recursive function modify an array? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
750 views
1 answer
    I have a 2D binary matrix that I want to display as a black and white plot. For example, let's ... that generalizes to different sized matrices. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    In Matlab 2014b, when I use CLEAR ALL at the beginning of the script I get the following warning, For improved ... when using a single script? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    I always assumed that iterating an empty vector using a for loop was the same as not having the loop at all. ... sense, or is this a bug? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I applied some operations on a grayscale image and now I am getting new values but the problem is the intensity ... me what the problem is? 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

...