Statistics
2 Questions
0 Answers
RANK
287 552
of 300 364
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168 407
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
Feeds
Question
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...
2 månader ago | 1 answer | 0
1
answerQuestion
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 =...
nästan 2 år ago | 1 answer | 0