photo

Adarsh Ghimire


Last seen: 約2年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Community Group Solver
  • Solver
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to extract data from a text file and use logical if-else statement after some calculations and creating a new column in the data
data = load ('stress_data.txt'); col6 = (1/3).*(data(:,3)+data(:,4)+data(:,5));

約5年 前 | 0

| 採用済み

回答済み
Incorrect dimensions for matrix multiplication
L = inv(phi ' * phi ) * phi' * Y; your phi matrix dimension has to transposed to multiply with y. As i went through your code,...

5年以上 前 | 0