Taylor Gates
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
116,882
of 295,467
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
78.57%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Help with Monte Carlo sim?
Im messing around with the montecarlo function for integration and ran into a problem. The y bounds are between x^2 and x^3 and...
6 years ago | 1 answer | 0
1
answerQuestion
Help with extracting certain lines from a text file?
I'm analyzing a lot of data and needing to extract and certain lines and put them into a new file. The lines I am trying to ext...
6 years ago | 1 answer | 0
1
answerQuestion
Using if statement in analyzing/editing a txt file
I am trying to develop a code to analyze a text file in MATLAB. The text file was an stl file for 3D printing. It repeats 7 lin...
6 years ago | 0 answers | 0
0
answersQuestion
Help with using scanf and editing a txt file?
I'm trying to modify an stl file to eventually 3D print. I am trying to take out the bottom half of the object by using matlab....
6 years ago | 1 answer | 0
1
answerQuestion
Help with conidtional loops?
Everything in the code works like I want it to except I need the code to end if a guess is higher than 10. it will display 'dum...
6 years ago | 2 answers | 0
2
answersQuestion
How to use words in a matrix?
I'm trying to create a matrix with products on column 1 and price on column 2. When I try to use words in column one it gives m...
6 years ago | 1 answer | 0
1
answerQuestion
Help with matrix that stores info/interactive?
I'm trying to create a matrix/code for the following stipulations. First, create a matrix that stores the name of products an...
6 years ago | 1 answer | 0
1
answerQuestion
How to use the break in a loop?
Im trying to create a code that modifies a game. This game is you have 3 tries to guess a number 0-10. If you fail 10 times it...
6 years ago | 2 answers | 0
2
answersQuestion
Help with using SURF to analyze an image?
So I am trying to analyze and image using "surf" to make a 3D plot whose z value is the gray scale, where darker image will have...
6 years ago | 3 answers | 0
3
answersQuestion
Help plotting with simple linespace and surf?
I'm trying to generate xy grid, and plot the 3D surface, z=sin(3*x).^2.*cos(4*y)^3, where x and y ranges from -pi to pi. I'...
6 years ago | 1 answer | 0
1
answerQuestion
Help with inserting box into photo
I have a test image that I am trying to put a 30x30 box in the center of. Here is the code I have so far. I have a column 30 p...
6 years ago | 0 answers | 0
0
answersQuestion
Help with plotting multiple angles/velocties
I am trying to generate multiple lines on a graph corresponding to velocities and launch angles. heres my basic code but how I d...
6 years ago | 1 answer | 0
1
answerQuestion
Why do I keep getting matrix dimensions must agree?
I keep getting this error and I can't figure out why. Here's my code g= 9.81 v0=[5,10,15,20]; theta= [0, .17453293, ....
6 years ago | 1 answer | 0
1
answerQuestion
Why do I keep having multiple GUIDE line errors?
I am new to matlab and just experimenting with the software. I try to open any of the 4 preset GUIDEs and none of them will ope...
6 years ago | 1 answer | 0