Community Profile

photo

Vaswati Biswas


Last seen: 1 year ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How to get contour plot of multiple Datas in the same plot?
I have X axis values [0 10 20 30 40 50 55] and y axis values starting from 300 to 2000 at the interval of 2. I also have seven Z...

1 year ago | 1 answer | 0

1

answer

Question


How to find the argmax value of multiple images
I have multiple images. First I want to find the correlation between each images like image 1 and image2 then image2 and image3 ...

1 year ago | 1 answer | 0

1

answer

Question


How to Call a function inside for loop?
I am writing a function like this function Eqn = eff(neff,hf) nf=vpa(2.1511); ns=vpa(1.5264); nc=vpa(1.3354); rho=1; lamb...

2 years ago | 1 answer | 0

1

answer

Question


How to create an array?
I want to calculate the value of S by varying the hf but it only gives me a point. My code is given below. Kindly help clc cle...

2 years ago | 1 answer | 0

1

answer

Question


How to get rid of the Error in Transcendental equation ?
Can anyone help to solve this problem . The error I am getting is : "Unable to perform assignment because the indices on the...

2 years ago | 2 answers | 0

2

answers

Question


How to plot transcendental equation?
I want to plot neff vs lambda graph following a analytical expression. But when I run my code it doesnot show me any error but...

2 years ago | 2 answers | 0

2

answers

Question


how to Plot of a transcendental equation?
Can anyone help me to solvethis equation? I want to plot neff vs wavelength. It's a transcendental equation. Wavelength will b...

2 years ago | 1 answer | 0

1

answer

Question


getting multiple curves instead one single curve
I am getting multiple curves instead of getting one curve by using the following code. here ep_1 and ep_2 data I am importing fr...

2 years ago | 1 answer | 0

1

answer

Question


Cropping multiple Images and save them in a folder
I have multiple images I want to crop them and save them in another folder. The code that I am using is given below. myFolder ...

3 years ago | 1 answer | 0

1

answer

Question


Error in code: while trying to plot average histogram
I have a folder in that folder I have some images and I want to plot a average histogram of that images. My code is given below:...

3 years ago | 1 answer | 0

1

answer

Question


histogram by not using the default imhist
I1 = imread('RDL.jpg'); raw = im2double(I1(:,:,1)); m=max(max(raw)); m1=min(min(raw)); binsize=(m-m1)/10; for i=1:1:size(ra...

3 years ago | 2 answers | 0

2

answers

Question


Histogram plot of laser beam
I have the image shown below from this I have plotted the intensity profile as well as the histogram plot the two graphs are at...

3 years ago | 1 answer | 0

1

answer

Question


Histogram plot isn't shown properly.
When I am trying to plot the Histogram it looks like as shown below. If I try to scale the y axis as it is too high the variatio...

3 years ago | 1 answer | 0

1

answer

Question


Bestfit value doesn't match with the plotted value
I am using nlinfit to fit a gaussian square function in my data. My code is shown below: initGuess=[max(g1),500,100] g1 is m...

3 years ago | 1 answer | 0

1

answer