photo

Adarsh Ghimire


Last seen: alrededor de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

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

Ver insignias

Feeds

Ver por

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

alrededor de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0