photo

Thomas Lu


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

7 Questions
0 Answers

Cody

0 Problems
17 Solutions

RANK
26,118
of 301,506

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
1

RANK
 of 21,306

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
28,647
of 174,911

CONTRIBUTIONS
0 Problems
17 Solutions

SCORE
182

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


How can I generate a set containing all possible combinations?
Let say I want to have a 2x2 matrix and the entries are chosen from numbers 1-8 (without repetition). How can I generate a set ...

7 years ago | 2 answers | 0

2

answers

Question


How to generate a matrix with distinct integers entries?
How to generate a matrix with distinct integers entries, with user prompt in the number of row, columns, and the max number (int...

7 years ago | 0 answers | 0

0

answers

Question


How can I go back to the beginning of my program first line by a command?
I would like to go back to the first line of my program after a yes no prompt input and go back to the beginning with the answer...

7 years ago | 1 answer | 1

1

answer

Question


Switch to write programs
Use switch to write a program to prompt the user to enter an integer between 1 to 10 then display the English word corresponding...

7 years ago | 2 answers | 0

2

answers

Question


Matrix Operations using MATLAB
Let A = magic(6) How to Find eigenvectors of A corresponding to the eigenvalue of A with the largest absolute value? and how t...

7 years ago | 1 answer | 0

1

answer

Question


How to surfplot from xyz coordinates?
Use surf to plot the following points: (1, 1, 1), (2, 1, 2), (3, 1, 3) (1.1, 2, 4), (2.2, 2, 5), (3.3, 2, 4) (1.2,3,3), (2.4,...

7 years ago | 1 answer | 0

1

answer

Question


How can I make an array of sin(1), sin(2), ... , sin(100)?
How can I make an array of sin(1), sin(2), ... , sin(100)?

7 years ago | 2 answers | 0

2

answers