Kevin Hout
Followers: 0 Following: 0
Statistics
RANK
261,002
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
10,422 of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
1
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Finding Weighted Coefficients of Variables
I have a data set of 15 experiments, which are separated into 11 columns (15x11 matrix). There are 10 variables (10 columns) tha...
7 years ago | 1 answer | 0
1
answerNeed help with looping to populate matrix using if statement
Thanks, Walter. I was trying to take a value in the Stress column (at Strains equal to 0.001, 0.002, 0.003, etc) and populate...
8 years ago | 0
Question
Need help with looping to populate matrix using if statement
clc; clear all; close all; load('Stress_Strain.mat') count = 0; for i = 1:1000 ...
8 years ago | 2 answers | 0
2
answersQuestion
Need Help with Newton's Method for the Following code; keep getting errors
clc; close all; clear all; x = 1; y = 2; for i = 1:10 f(x) = (-x(i).^2) - (2*y(i)) + 2; ...
9 years ago | 1 answer | 0