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