photo

Kenny Gee


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
255,180
of 300,750

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,073

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,837

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


How to use monte carlos method without using rand()
I am trying to find a mass between 2 surfaces using monte carlos. Is there any way to use monte carlos without using the rand()...

3 years ago | 1 answer | 0

1

answer

Question


How to find the eigenvectors for multiple degree of system?
i have a 3DOF system trying to find the eigenvalues and eigenvector associated to the system. I used this matlab code to do it a...

3 years ago | 1 answer | 0

1

answer

Question


How to solve 4th order Runge-Kutta for different initial conditions?
I have a code that solves the 2 populations with 1 initial conditions and just plot that. How do I make 2D plots for different i...

3 years ago | 1 answer | 0

1

answer

Question


How to find the maximum value from a matrix without using max syntax?
I have to find a max value without using matlab built in max syntax. The code I have that I want to change the max syntax to f...

4 years ago | 3 answers | 0

3

answers

Question


How to get the correct answer for LU Decomposition with partial pivoting?
I am trying to solve a matrix using LU decomposition with crout's method with partial pivoting. I found this code online at this...

4 years ago | 1 answer | 0

1

answer

Question


How to create matrix array using while loop and time increment?
I have a problem where i want to solve a problem where an apple falls from a tree from 3m before hitting the ground. Assuming th...

4 years ago | 2 answers | 0

2

answers