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