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
694 views
1 answer
    I created a 3-dimensional random data sets with 4 defined patterns/classes in MATLAB. I applied the K-means ... MATLAB code would be helpful! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
633 views
1 answer
    I am iterating through a large test matrix in MATLAB and calling second-party proprietary software (running in MATLAB) ... is taking too long? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
843 views
1 answer
    I'm curious about the progress of the running program and I print some information about the current iteration such as: ... a new line or not? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
638 views
1 answer
    I'm plotting multiple surfaces on the same figure using matplotlib, and I'd like to see only the topmost ... taking precedence over the other? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    I need to know how to clean noise from an image with Matlab. lets look at this example: as you see ... identification will be easier. thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
637 views
1 answer
    I need to know how to clean noise from an image with Matlab. lets look at this example: as you see ... identification will be easier. thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
769 views
1 answer
    I'm exporting an image in Matlab using the eps format, but it smooths the image. Matlab does not blur the ... is the resulting image using eps: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
667 views
1 answer
    Is it possibe to create an array of strings in MATLAB within a for loop? For example, for i=1:10 Names(i)=' ... be able to do it this way. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    I am trying to convert an image from cartesian to polar coordinates. I know how to do it explicitly using for ... then be defined on the grid. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    Let A be the adjacency matrix for the graph G = (V,E). A(i,j) = 1 if the nodes i and j are ... solution in MATLAB. Thanks in advance, Eleanore. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
628 views
1 answer
    I need to calculate the shortest distance from a lat/lng GPS point P to a line segment described by 2 other ... minor arcs on a great circle See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    This is the first time that I try to work with ".mat" files. I am going to use the data of a ".mat" file, ... I need the elements of the f.key() See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
511 views
1 answer
    I have a folder include 10 excel files. Each of the excel file contain 5 sheets. I would like to concatenate ... . Does anyone can help me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    I am working with Matcont in Matlab and I have a problem with plotting. I am using a special built-in ... the same Show function in matlab. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    I am interested in calculating a function on a bunch of permutations of parameter values. I want to keep it generic to N ... (3,2,2) == 322) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
689 views
1 answer
    I have a binary image of 18x18 pixels and I want to put margins around this image with the purpose of obtaining an ... have. How can I do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
614 views
1 answer
    I have a .csv file and the format is shown below: mapping.csv 5188.40811,TMobileML 5131.40903,TMobileGregsapt 5119. ... . Thanks for your help:) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to pull in all the variables from a '.mat' v7.3 file, and turn them into NumPy arrays. Is there ... mat file" ...fill numpy array end See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
685 views
1 answer
    I have below a contiguous patch of cells plotted in Matlab. The outer cells of the red patch have to be ... of edges in the resultant polygon! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
930 views
1 answer
    I am using Matlab 2012a. I have an array of k cells (say 1000). I need to find the 5 lowest values of this ... has an idea how to do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
669 views
1 answer
    Is there a way in Octave to compute and store only the diagonal of a matrix product? Basically like doing: vector ... so it should be possible. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
768 views
1 answer
    I'm using the following to display the minor grid in my plot: grid(gca,'minor') set(gca,'MinorGridLineStyle',' ... grid style and two y-axis See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How do I detect empty cells in a cell array? I know the command to remove the empty cell is a(1) = [], but I can't ... of a. I tried if a(i)==[] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How do I add white Gaussian noise with SNR=5dB to an image using imnoise? I know that the syntax is: J = ... value to add noise to the image? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    I am to create a 3D volume out of grayscale image set using Matlab. A set contains a continuous and ... Any suggestion is highly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I'm having trouble solving a system of the form Ax=B The solution to the system should be x = inv(A)*B ... run the inverse command. No dice. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
564 views
1 answer
    Often in the process of OCR, an image file is essentially cut into segments, and each character is recgnised as a ... is this done for English? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
725 views
1 answer
    In a slide within the introductory lecture on machine learning by Stanford's Andrew Ng at Coursera, he gives the ... in the first isolated tone. 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

...