Feeds
提问
I am coding a equation for curve fitting, but I am facing inaccuracy. I am not getting Elastic plateau in the curve. Can anyone guide me how I can address the issue.
clc; close all; %% ---- Load data -- file = 'data.xlsx'; T = readtable(file); % expects columns: Strain, Stress (in GP...
4 months 前 | 1 个回答 | 0
1
个回答Discussion
Error at , can not run M = A\b;
% Given data x = [2.0, 3.0, 6.5, 8.0, 12, 15]; f = [14, 20, 17, 16, 23, 125]; % Construct the cubic spline h = diff(x); A =...
2 years 前 | 0
提问
Error at , can not run M = A\b;
% Given data x = [2.0, 3.0, 6.5, 8.0, 12, 15]; f = [14, 20, 17, 16, 23, 125]; % Construct the cubic spline h = diff(x); A =...
2 years 前 | 1 个回答 | 0