Statistiques
48 Questions
0 Réponses
RANG
35 625
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
48 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
27.08%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Installing Polyspace Trial version
Hello, I found from the below link, <https://in.mathworks.com/campaigns/products/trials/assisted/bf.html> about the tri...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
2D Matrix Operation
Hello, I have an input array A = [ 8 4; 3 6; 2 7; 1 4; 2 3; 2 1; 3 1; 3 5; 8 6; 8 1]; I have 2...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Extract minimum row value for every column in 2D matrix
A = [8 4; 3 6; 2 7; 1 4; 2 3;2 1;3 1; 3 5; 8 6; 8 1]; B = sortrows(A); I want to get the following output ans = ...
environ 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Extract the Maximum Column elements of every Row
Hello , I have an array A = [8 4; 3 6; 2 7; 1 4; 2 3;2 1;3 1; 3 5; 8 6; 8 1]; I want to extract maximum column elements f...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Extract elements of the array using any
A=[ 83 7 32 61; 91 13 17 48; 126 9 34 60; 172 1...
plus de 9 ans il y a | 3 réponses | 1
3
réponsesQuestion
Preprocess an Image to remove Noise from the Background
Hello, I have an image which contains a Text printed on it. I need to preprocess the image , remove all the noise in backgrou...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Preprocessing an Image containing a Text
Hello, I have an image which contains a Text printed on it. I need to preprocess the image , remove all the noise in backgrou...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Matrix multiplication in MATLAB HDL Coder
Hello, I have generated 3D point cloud in MATLAB(3-dimensional) and I need to generate HDL code(.vhd) for 3D Point Cloud u...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Tool boxes required to generate IP CORE from SIMULINK
Hello, I saw an video <https://www.youtube.com/watch?v=XJc2hJaWZfs (Create simple "Add" Block, and generate RTL by HDL Coder ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Update the parameters in .mat file and load into .m file
Hello, I am working on *MATLAB GUI* using *GUIDE (MATLAB 2015a).* There are few parameters for which i need to change the va...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Generate C code for 'load ' function using MATLAB Coder
Hello, I need to generate the C code using MATLAB coder. If i see the list of functions that are supported in MATLAB 2015a...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Optimize MATLAB code for speed(To reduce the execution time)
Hello, I have functions written in MATLAB. I have around 13 functions. I am using *tic* and *toc* functions to find the exec...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Change the pixel value of certain region in Binary image to 0
Hello, I have a binary image where the circle are detected using imfindcircles(). [centers, radii] = imfindcircles(bw2,[...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Find the rows and Columns for a non zero pixel in an image
Hello, I have an image.I need to find the row and col for a non zero pixels. I need to find the following pairs of rows and ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Check for valid data in edit box, clear the edit box if the data is invalid
Hello , I am working on MATLAB GUI using guide. I have an edit box which takes the input(Range : 1 to 100) from the user. ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to adjust GUI to fit screens of varying resolution
Hello, I have created a GUI in Guide.When i run my GUI in different computers of different resolution the screen is not fit t...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Detect the Centers for the circles
Hello , I have this image. I need to find the center of the four holes that is marked with Red.(InputImage.png) I applied...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Display default value in the edit box in MATLAB GUI
Hello, I have a MATLAB GUI which contains the edit box.The value to this edit box is entered by the user . If the value i...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Display image on axes with lines plotted on the image
Hello, I have an image which contains four circles on the four corners. Input_Img.png is the input image. I am detecting ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Disparity map in MATLAB GUI axes
Hello, I need to get the disparity map,which i am able to do this in .m file through the following code. figure,...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Generate C Code from MATLAB Coder
Hello, I have written the MATLAB code to *Erode* an image. I have tested the image in *MATLAB* and i am getting the correct...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Display Disparity Map in GUI Axes
Hello , I have the color disparity map.I am able to display this color disparity map from .m file. I have displayed it using ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Read and display images all the images from the folder with only single click on a PUSH BUTTON by user
Hello , I have the following requirement: i)I need to read image from a folder display it on the axes in MATLAB GUI. ii...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Display disparity map in GUI axes
Hello , I have the color disparity map.I am able to display this color disparity map from .m file. I have displayed it usin...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Display figure from .m file to MATLAB GUI
Hello, I have a 3Dpoint cloud that is mapped in a figure.I am using the following code figure, showPointCloud(pointCloud...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Read the Image from the path and display the image in MATLAB GUI axes
Hello, I am using MATLAB GUI guide to to develop the GUI for my project. I need to select the image from the folder (.png i...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Access the elements from 2D array based on the index
Hello, I have an array *A* array with dimension 2x6 * A=[10 20 30 40 50 60; 70 80 90 100 110 120];* and another 1D ar...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Access the array index using find
Hello , I have an array A1 = [1 12 23 45]; and second array A1_1 = [45 23]; I need to find the index of 45 and 23 i...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Display the figure in MATLAB GUI obtained from showPointCloud()
Hello, I am using the function showPointCloud(); in MATLAB to display the image. I am able to display this image correctly in M...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to dispaly the disparity map in MATLAB GUI
Hello, I have a disparity map that is generated from the matlab function. I am trying to display this disparity map in MTALAB ...
plus de 9 ans il y a | 1 réponse | 0