![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11888691_1522139810222_DEF.jpg)
Phi Tran
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
216,244
of 297,016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
What is causing this to have an infinite loop??
%testing our newton's method on a known problem %we know the root is pi p0 = 1;%initial guess tol = 1e-8; exact = ...
7 years ago | 1 answer | 0
1
answerQuestion
Need help storing each iteration from "for loop" to a vector.
I have a "newton.m" (newton's method) file that I want to iterate 1000 times starting from -3 to 4. I am having issues with stor...
7 years ago | 1 answer | 0
1
answerQuestion
How do I plot this?? "if, elseif, else"
t=0; for i=0:50 t=t+1 if (0 <= t && t < 10) v=(11*(t.^2))-(5*t) elseif(10 <= t && t...
7 years ago | 1 answer | 0
1
answerQuestion
How do I run increments of numbers through a function?
I would like to know how to run numerous numbers through a function. For example, I would like to start at number 95 and decreas...
7 years ago | 2 answers | 0
2
answersQuestion
How do I take a "for loop" answer and put it to an "if" statement command?
TNY =[31, 26, 30, 33, 33, 39, 41, 41, 34, 33, 45, 42, 36, 39, 37, 45,43, 36, 41, 37, 32, 32, 35, 42, 38, 33, 40, 37, 36, 51, 5...
7 years ago | 1 answer | 0