photo

Far mah


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
100,109
of 300,592

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,752

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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...

6 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=...

6 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...

6 years ago | 3 answers | 0

3

answers