photo

Dhanraj yadav


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

13 Questions
0 Answers

RANK
286,645
of 300,674

REPUTATION
0

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
61.54%

VOTES RECEIVED
0

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,032

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


How to select some columns from a no of columns uniformly in MATLAB ?
I am having a matrix whose no of rows are fixed i.e. 2 which represent the (x,y) coordinates but no. of columns varies. Suppos...

7 years ago | 1 answer | 0

1

answer

Question


How to extract a part of image whose coordinates are known?
I have a gray scale image in which i detect two curves. The some points on the both curves are known to us. Then how i will extr...

7 years ago | 1 answer | 0

1

answer

Question


How to fill a closed area with colour in an image in MATLAB?
I have an image and coordinates of two curves.I plot these curves on the image and connected their end points.Now i want to fill...

8 years ago | 0 answers | 0

0

answers

Question


How to find the coordinates of white pixels of a part of binary image?
I am having a binary image. I selected a region of interest from the image and I want the coordinates of white pixels of the reg...

8 years ago | 0 answers | 0

0

answers

Question


How to find the leftmost and rightmost white pixel in a binary image in Matlab ?
I have a binary image in which there is only one nonzero region.How I find the leftmost and rightmost white pixel and then conn...

8 years ago | 1 answer | 0

1

answer

Question


How to superimpose a RGB image over gray image with background to be transparent?
I have a RGB image with only black and white colour pixels.I want to overlay it on a grayscale image with only white colour pixe...

8 years ago | 1 answer | 0

1

answer

Question


How to superimpose a smaller image onto larger image at required coordinates?
I have cropped a small part of image from original image and then perform some filtering and segmentation on the cropped image ....

8 years ago | 1 answer | 0

1

answer

Question


How to get coordinates of a curve in a binary image?
Hi guys, I am having a binary image.How i can extract the coordinates of the curve from this image in matrix form? The image i...

8 years ago | 1 answer | 0

1

answer

Question


How to detect edge/contour of threshold image ?
I am working with ultrasound image. I had threshold the US image.Now i want to get the edge of the thresholded image.

8 years ago | 1 answer | 0

1

answer

Question


How to calculate distance between two lines in image in MATLAB?
I got two lines using snakes based segmentation.Now i want to calculate the min ,max and mean distance between these lines. How ...

8 years ago | 2 answers | 0

2

answers

Question


I am doing project on segmentation of US images of CCA using Snakes based algorithm. I want to extract plaque from the B mode US image. How i will do this in matlab?
I have used matlab code given by Dirk Jan Kroon but i am not able to extract plaque .Please help me

8 years ago | 0 answers | 0

0

answers

Question


i wrote matlab code for ISMC for SISO coupled tank system but in workspace U is NaN.How i modify the code?
clc; clear all; close all; %% initialization...... t=0; tf=1400; dt=1; n=round((tf-t)/dt); %% % System parameter declar...

8 years ago | 0 answers | 0

0

answers

Question


How to get control input if in workspace, u is stored as NaN ?
I am writing MATLAB code for ISMC of level control of SISO coupled tank system but when I run the m.file ,I workspace u appears ...

9 years ago | 1 answer | 0

1

answer