photo

Bibek Dhami


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
238,717
of 300,753

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Error using integral; First input argument must be a function handle.
I am trying to fit my equation using the modelE which is the sum of two functions exciton and continum. Continum is the integral...

3 years ago | 1 answer | 0

1

answer

Question


How can I get this code to work? I am trying to fit the equation that contains step and delta function to experimental data. But I am getting the following error.
A=xlsread('Data'); xdata= A(:,1); ydata = A(:,2) ; plot(xdata,ydata,'r.','markersize',30); set(gca,'XDir','reverse'); box...

3 years ago | 2 answers | 0

2

answers

Question


How to skip '.' and '..' directory while looping over files in a folder?
Hi I want to loop over files in the folder to process the data. If I start my iteration from 1, it shows the error Unable to r...

5 years ago | 2 answers | 0

2

answers

Question


How to calculate the sum of particular row in a matrix??
I have a large matrix A with the dimension 1024 X 256. I want to add the elements of the 104th row from column 25 to 75. I tried...

5 years ago | 1 answer | 0

1

answer

Answered
Reading all the files in a folder for processing
Let me make it clear. I have several files of the format ( unix executable) in a folder. I need to process each of these fil...

5 years ago | 0

Question


Reading all the files in a folder for processing
I have to process 400 files within a folder and I know how to process each of them individually for the analysis part. But I don...

5 years ago | 3 answers | 0

3

answers

Question


Global optimization of parameters in ode
Hi I want to fit the solution of differential equation dy/dt= -ay-by^2-cy^3 to my experimental data to...

6 years ago | 0 answers | 0

0

answers

Question


Optimizing parameters in ODE
Hi I have a set of experimental data. I want to fit this experimental data to first order differential equation of the form dy/d...

6 years ago | 1 answer | 0

1

answer

Question


Stacking one subplot on top of other.
I am trying to stack one subplot on the top of other. The problem is that I couldn't put whole figure in a box. Also I want the...

6 years ago | 0 answers | 0

0

answers