photo

Naseeb Gill


Indian Institute of Technology, Kharagpur

Last seen: plus de 4 ans il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

36 Questions
11 Réponses

RANG
2 483
of 300 392

RÉPUTATION
25

CONTRIBUTIONS
36 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
61.11%

VOTES REÇUS
15

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

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

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


In labelled binary image, fill the blobs with different colors defined by me.
Hello, I have this labelled binary image with multiple blobs. I want to fill the labelled blobs with colors defined by me. For ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Size of single pixel in world units.
Hello, I am having stereo camera parameters i.e intrinsic as well as extrinsic matrices. Using stereo camera, I took picture of...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


Find the surface area of an object using stereo vision.
Hello, I want to find out the surface area of tree (only green part) using stereo vision. I know stereo vision and using the sa...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Set slider Max and Min value
Although the correct answer is already given by Walter Roberson, I want to add something more. I also faced the same problem ...

plus de 7 ans il y a | 1

Question


How to named camera preview?
Hello, I have two cameras named _'Logitech Webcam Pro 9000'_ and I used both cameras simultaneously using code: cam1 = w...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
how can i show the otput of the counter( which i have created as a function using ir sensor in arduino) to 16x2 lcd from MATLAB? please help!
In the e-mail to me with this question link, you wrote that you have used image processing like everytime a red color object is ...

plus de 7 ans il y a | 0

| A accepté

Réponse apportée
Unable to close webcam and Matlab got stuck while processing Video.
To solve my above-mentioned problem, I used Matlab GUI. In this GUI, I create one axes (axes1 in which video will be shown) and ...

plus de 7 ans il y a | 3

| A accepté

Question


Unable to close webcam and Matlab got stuck while processing Video.
Hello, I want to track red color using real-time video processing in Matlab 2014b. To open and see the preview I used followi...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Webcam and other Support packages are not working in MATLAB 2014b.
I used _webcam_ in Matlab 2014b to acquire images. But today when I used _webcam_ in matlab script, it shows an error _ ...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Unable to open any kind of file in Matlab 2014b due to path error.
Okey, I found out the error. Actually what I did was. I made a function file named _length_ which is also a keyword for Matla...

presque 8 ans il y a | 0

| A accepté

Question


Unable to open any kind of file in Matlab 2014b due to path error.
Hello, Whenever I open Matlab script, it shows error; Warning: Name is nonexistent or not a directory: C:\Program Files\...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to find minimum distance between two cylindrical objects from binary image?
Hello, I have this binary image <</matlabcentral/answers/uploaded_files/98453/aa.jpg>> in which I have two cylindrical...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Putting horizontal lines on two images placed side by side after every 20 pixels heightwise.
Hello, I have two images and I want to put those two images side by side and then want to draw horizontal lines on those images...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


Find area from binary image.
Hello, I have this binary image: <</matlabcentral/answers/uploaded_files/92976/untitled.jpg>> I want to encircle it wit...

presque 8 ans il y a | 2 réponses | 0

2

réponses

Question


Stereo camera Calibrator App runs very slow.
Hello, I'm using _Stereo camera Calibrator App_ in Matlab 2014b. Initially, this app works fine and it took less time (in a min...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
How to convert string into array?
Ok I got it. I just use below line: CC = str2num(area); And I got my expected array.

environ 8 ans il y a | 0

Question


How to convert string into array?
Hello, I have a string named _area_ in which string are stored as shown below: 1 2296.0 220.9 232.5 ...

environ 8 ans il y a | 3 réponses | 0

3

réponses

Question


Finding out number of pixels in white area in binary image as well as number of pixels of ROI in original image.
Hello, I have segmented image in which my region of interest (ROI) was white color cotton. Now I want to compare the number of ...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


Saving images from figure window in Matlab.
I'm saving images 500 dpi, using rendering in export setup from figure window in Matlab. But there is little change I have to ma...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Send numerical values from Matlab to arduino
I have an array (2x4) in Matlab which may contains integer values as well as values in decimals, may e positive or negative. For...

plus de 8 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
In Matlab GUI, some blank space remain left in upper portion.
Okey, After reading few documents about Guide from Matlab Help, I came to know how to solve this problem. *In GUI toolbar cli...

plus de 8 ans il y a | 0

| A accepté

Question


In Matlab GUI, some blank space remain left in upper portion.
Hello, I am developing a simple GUI but the thing is some blank space remain left in upper portion in GUI when I run that GU...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Error while doing inverse kinematics in Matlab Simmechanics "To be legal in kinematics mode, all independent degrees of freedom must be"
Hello, I am doing inverse kinematics of 4dof robotic arm in Simmechanics Matlab. All details about my model is in below link...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
About official robotics system toolbox Matlab and Peter Corke Robotics toolbox matlab.
Hello, I made contact with Matlab Robotics Toolbox team and their answer was positive i.e. I can use both. In their word...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
Error in simmechanics matlab "attached coordinate systems must be collocated"
I solved this problem by seeing below image from internet. This image explain the constraints in coordinate system in simulink. ...

plus de 8 ans il y a | 0

| A accepté

Question


Error in simmechanics matlab "attached coordinate systems must be collocated"
I am doing inverse dynamics in Matlab simmechanics in which position and orientation will be input to the end effector. But it s...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Using 3D graphics animate the robot in Matlab GUI.
Hello, I have seen this example ( _http://in.mathworks.com/matlabcentral/fileexchange/14932-3d-puma-robot-demo/content/puma3...

plus de 8 ans il y a | 1 réponse | 2

0

réponse

Question


About official robotics system toolbox Matlab and Peter Corke Robotics toolbox matlab.
Hello, I came to know that matlab released robotics system toolbox in 2016 version but I'm using Matlab 2014b. At that time I...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Error when using Matlab Function block in Simechanics (nested functions and parsing of Matlab function both error).
Hello, I create a simple simulink model using Matlab Function block to calculate angles of 4 dof robotic arm using Robotic tool...

plus de 8 ans il y a | 2 réponses | 1

2

réponses

Question


Simulink showing error. kinematic constraints cannot be maintained. Check solver type and consistency tolerance in the Simscape Solver Configuration block.
Hello, I'm using simulink to get joints torque by giving motion input. I create very simple CAD model in solidworks to learn...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Charger plus