統計
All
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ヶ月 前 | 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年 前 | 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年 前 | 1 件の回答 | 0