photo

Adarsh Ghimire


Last seen: mer än 3 år ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
2 Answers

Cody

0 Problems
21 Solutions

RANK
7 826
of 300 369

REPUTATION
6

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
19 760
of 168 436

CONTRIBUTIONS
0 Problems
21 Solutions

SCORE
270

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
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));

mer än 6 år ago | 0

| accepted

Answered
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,...

mer än 6 år ago | 0