
Upasana Baishya
Statistics
RANK
33,086
of 273,006
REPUTATION
1
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
1
RANK
of 18,442
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,410
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
Content Feed
How to use 2 variable in for loop?
Found the solution. rho = linspace(0,50,100); Nrho = length(rho); lambda = 50; k = 2*pi/lambda; S00_1 = sin(k.*rho); phi ...
5 months ago | 0
| accepted
Question
How to use 2 variable in for loop?
I want to use 2 variable in for loop. If we consider a circle then in polar coordinate I've already used r variable. Now I want ...
5 months ago | 1 answer | 0
1
answerQuestion
How to extract corresponding x axis value in improfile.
How to extract the values of x axis in improfile? I'm using t=improfile(I,p1,p2) ; where p1 and p2 are the x,y coordinates fo...
6 months ago | 1 answer | 0
1
answerQuestion
How to add axis in a figure where I'm drawing lines.
This is the code I'm using. I = imread('figure251.png'); figure, imshow(I); colormap hot ; axis('on', 'image'); xticklabel...
8 months ago | 1 answer | 0
1
answerQuestion
To save an image using imwrite
I'm trying to save an image using imwrite as imwrite(Iy,'E:\UB\Manuscript\Trial\18th_Jan\Iy.png'); I've two intensity images I...
1 year ago | 1 answer | 1
1
answerQuestion
To identify the pixels with the highest intensity (index) value in a figure.
I want to identify the value/values which has the highest intensity value in a figure . To read an image, im using the below cod...
1 year ago | 1 answer | 0
1
answerQuestion
How to change the position of the exponential in a colorbar
I'm using MATLA R2020a to generate an image with colorbar. I'm including the colorbar using the below code. But the exponential ...
1 year ago | 0 answers | 0
0
answersQuestion
Intensity of each pixel frawn on an image
I want to find out the intensity of every pixel if i draw a line on one image. Im using the below code for drawing a line. Init...
1 year ago | 2 answers | 0
2
answersQuestion
croping of an image without imcrop
I am trying to crop an image using cordinate. I'm using the code given below. I = imread('figure23.png'); I2 = imcrop(I,[185 4...
1 year ago | 1 answer | 0
1
answerQuestion
Graphical representation of Polarisation of a light using Jones vector.
If I have a polarised light with Jones vector J = [a ; b], is it possible to get the graphical representation of the polarised s...
1 year ago | 1 answer | 0
1
answerQuestion
How to solve Index out of bounds because numel(A)=4
My aim is to generate the intensity profile for the output light passing through a polariser and an analyser for different angle...
2 years ago | 1 answer | 0