photo

Adarsh Ghimire


Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 0