photo

tuhin


Last seen: 1 year ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
0 Answers

RANK
249,109
of 300,499

REPUTATION
0

CONTRIBUTIONS
12 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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 2

View badges

Feeds

View by

Question


Need help with curve fitting
% Given data P = [0.1, 0.22, 0.4, 0.65, 1.36, 1.95, 2.63, 7.8, 11.3]; k = [1.11, 1.17, 1.3, 1.38, 1.45, 1.76, 2.28, 2.82, 3.17...

1 year ago | 1 answer | 0

1

answer

Question


Error in soln. Please help to solve the issue.
% Define initial parameters lambda_init = 1.36; R_init = 500; rout = 76.4; % Define c c = sqrt(4 - (rout/R_init)^2); %...

1 year ago | 0 answers | 0

0

answers

Question


Fitting not working or bad fit
% Define the data dr_data = [2.5453, 0.042123; 5.0907, 0.075326; 7.636, 0.059506; 10.1813, 0.071553; 12.7267, 0.071365; 15.272,...

1 year ago | 1 answer | 0

1

answer

Question


data not generating and error in plotting
% Define initial parameters lambda_init = 2; kappa_init = 1; theta_k_init = pi/10; R_init = 7; rout = 3; % Define c c =...

1 year ago | 1 answer | 0

1

answer

Question


Problem with the fitting
% Define the data dr_data = [2.5453, 0.042123; 5.0907, 0.075326; 7.636, 0.059506; 10.1813, 0.071553; 12.7267, 0.071365; 15.272,...

1 year ago | 1 answer | 0

1

answer

Question


Does I properly translate the equations in matlab code?
lambda = 2.75; %2.18; % Example initial guess for lambda kappa_init = 0.0371; % 0.2; %0.0269; % 0.05 % Example initial guess ...

1 year ago | 1 answer | 0

1

answer

Question


Help needed with fitting and complex number
% Rearranged Data Matrix dr_data = [2.1714, -0.0059213; 4.3429, 0.017543; 6.5143, 0.086; 8.6857, 0.15588; 10.8571, 0.20539; 13....

1 year ago | 1 answer | 0

1

answer

Question


Simulation data Fittting problem
% Rearranged Data Matrix dr_data = [2.1714, -0.0059213; 4.3429, 0.017543; 6.5143, 0.086; 8.6857, 0.15588; 10.8571, 0.20539; 13....

1 year ago | 1 answer | 0

1

answer

Question


problem in solving. any help will be appreciated.
syms r kappa = 1; % Specific value for kappa theta_k = pi/4; % Specific value for theta_k nu_P = 0.3; % Some value for Poisso...

1 year ago | 1 answer | 0

1

answer

Question


error in 3d plotting.
% Define the equations for r(x) and theta(x) soln %fun = @(x, y, mu, lambda, ke, ko) [y(2); (-x * y(2) + y(1) - ke^2 * x^2 / ...

1 year ago | 1 answer | 0

1

answer

Question


Need help to fit the data without error.
% Data rData = [5.3571429, 0.096854535; 10.714286, 0.055104186; 16.071429, 0.042811499; 21.428571, 0.024825886; 26.785714, 0.02...

1 year ago | 1 answer | 0

1

answer

Question


How to debug this? Not getting into it. Need help
% Data rData = [5.3571429, 0.096854535; 10.714286, 0.055104186; 16.071429, 0.042811499; 21.428571, 0.024825886; 26.785714, 0....

1 year ago | 1 answer | 0

1

answer