Kevin Hout
2016 年からアクティブ
Followers: 0 Following: 0
Feeds
質問
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年以上 前 | 1 件の回答 | 0
1
回答回答済み
Need 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...
Need 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年以上 前 | 0
質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年弱 前 | 1 件の回答 | 0