Community Profile

photo

Far mah


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


for loop for reading numbers from a matrix in each row
Hello I need to go through a matrix and reach each number row by row. so I think I need a for loop to give me the number firs...

4 years ago | 1 answer | 0

1

answer

Question


How to read an excel file row by row
Hello I need to read through an excel sheet (considering it a matrix) row by row. I would go by x=xlsread('filename.xls') a=...

4 years ago | 1 answer | 0

1

answer

Question


creating a matrix from two sets of data
Hello Lets say, I have a row of numbers :x= [1 2 3 4]. I also have a column of numbers: y= [1;2] I need to creat another matix...

4 years ago | 3 answers | 0

3

answers