photo

Somnath Kale


Last seen: 3 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

27 Domande
3 Risposte

RANK
14.128
of 299.969

REPUTAZIONE
3

CONTRIBUTI
27 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
74.07%

VOTI RICEVUTI
3

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.784

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 4

Visualizza badge

Feeds

Visto da

Domanda


fitting with custom equation
Hi I am havng troble in fitting the data with costoum eqaution: I/y = x/a + (1-x)/b. with and b are the fitting parametrs. x and...

12 mesi fa | 2 risposte | 0

2

risposte

Domanda


Reciprocal Space map data plotting with matlab
Hi I am having difficulty in plotting the surface plot like following picture. the XRD data file in attchemnt (4.2nm_RSM_1D_slit...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


required assistance in fitting
HI I was trying to fit my data (in attchment) with fiist column V and second column J(V) with following equation (which honestl...

oltre un anno fa | 1 risposta | 0

1

risposta

Risposto
difficulties using fmincon codes
@Avni Agrawal and @Catalytic thanks for your sugestions. both of your answers were realy helpful. But unfortunately matlab dose ...

oltre un anno fa | 0

Risposto
difficulties using fmincon codes
@Avni Agrawal thank you for your suggested code using lsnonlin function. however it still uses @SomnathsFunc2 i would be happy t...

oltre un anno fa | 0

Domanda


difficulties using fmincon codes
Hello I have follwing otimization code with function which works ith online matlab but nit in may live editor of matlabR2021a: ...

oltre un anno fa | 3 risposte | 0

3

risposte

Domanda


How to calculate FWHM from gaussian histogram fit?
Hello I was just trying to get the FWHM value for my histrogram with 8 bins for X = [0.6268 0.5372 0.5382 0.4272 0.463...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


modified plotting in matlab?
I have data for several histograms I am willing to plot like this one in attachenment using matlab. Is it possible in matlab of...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


how to take numerical inverse integration?
Hi I was trugulling to find the value of S(q) (see the attached equation) In attached data I have B(r), r and q values. can s...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to resolve : increase max function value in fitting using fminsearch?
Hi I was trying to fit my data with fminsearch function with following code: f = @(a,b,c,x) a - b.*(x).^c; obj_fun = @(params...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


How to smooth the data using the MATLAB?
Hi I was trying to smaooth the data using smooth function but not able to manage. can some experties help me. the data is atta...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Numerical Fourier transforms of matrix?
Hi I was tryaing for the numerical fourier tranform of the function u(z,t) (real space) where u and z as per the attachments: ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Best fitting curve for variable data
Hello I was trying fitting to fit the following data x = 1.0779 1.2727 1.4700 1.5766 1.6471 1.7396 1.7828 1....

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


combined Filled area and contour plotting
Hi I wanted to plot the below type of figure for my X Y Z variable: is it possible to plot them with matlab?

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


data fitting with custom equation
Hi I am facing some issue in the data fitting with the equation. I tried but somehow I am not able manage it. I wanted to fit ...

oltre 4 anni fa | 2 risposte | 1

2

risposte

Domanda


Problem in the data fitting with custom equation
Hi I am facing some issue in the data fitting with the equation. I wanted to fit to my data with eqauation P(t) = 2Pr (1- e...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


legends rescaling issue in MATLAB figure saving
When I am saving my matlab figure in tiff or png file, the legends are going back to there default fontsize and overlaps with gr...

oltre 4 anni fa | 1 risposta | 1

1

risposta

Domanda


error analysis with errbar function
I want to plo the data with different errorbar. I have plot the data using following code but my all errorbars of same lenght. ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
Data fitting with custom equation
@William Rose I tried both the suggetions, in R2018b, R2020b and R2021a version showing same error. I checked in the community...

oltre 4 anni fa | 0

Domanda


Data fitting with custom equation
Hi I am facing some issue in the data fitting with the equation. I wanted to fit to my data with eqauation attached in the ima...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Numerical integration using cumtrapz
how to add upper and lower limits in cumtrpz function?

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Integration of one array variable wrt other array variable
Hi I am trying to integrate the current with respect to time to get polarization value. i have both time and current array can ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


string to double conversion
hii all, i have this series of string and i wanted to convert each comma seperated value into doubles Current = '+5.004...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Diff limits on same axis
Hi I want to set two limits on my same axis i have attached the fig below, on xaxis i want limits from -50 to 225 and again fro...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


save data file without movefile
Hi i wanted to save my generated datafile in folder "C:\Users\IISER BPR\Documents\MATLAB\Instrument program\SMU_Keysight\Data"...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Save Fig In png. format
I wanted to save my fig in .png format. from .fig format can you please suggest. I'm providing here my code. savefig(OPGraphNam...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


how to save file in specific path?
I wanted to save my alredy genrated text file in folder file name is "data201203.txt" "C:\Users\IISER BPR\Documents\MATLAB\Ins...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


warning at the start of matlab software
Warning: An error occurred while reading the desktop configuration file. Using the default configuration. Hello, This type of...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Instrument interface using matlab
Hi, I am new to matlab. may be the question I am going to ask is just simple one, still please answer as well as suggest me so...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Smoothening the data of Iv loop
I have this IV curve data. I want to make smooth for inner loop curve. can some one please suggest how I can proceed?

quasi 5 anni fa | 1 risposta | 1

1

risposta