Tejas Jayashankar
Active since 2018
Followers: 0 Following: 0
I am an intern
Statistics
All
RANK
10,585
of 293,920
REPUTATION
4
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,060
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
My graph for a while loop approximation is blank!
Hi Thomas, You should not be plotting the graph within every iteration of the loop. As you mentioned, you need a vector of va...
My graph for a while loop approximation is blank!
Hi Thomas, You should not be plotting the graph within every iteration of the loop. As you mentioned, you need a vector of va...
6 years ago | 0
Answered
Is it possible to double integrate a function with three variables?
Hi Sandra, It is possible to perform integration with respect to only 2 variables in a 3 dimensional space. Consider the inte...
Is it possible to double integrate a function with three variables?
Hi Sandra, It is possible to perform integration with respect to only 2 variables in a 3 dimensional space. Consider the inte...
6 years ago | 0
Answered
Is it possible to change the running index in a for cycle?
Hi, Check out the following answer for a similar question: <https://www.mathworks.com/matlabcentral/answers/89840-change-f...
Is it possible to change the running index in a for cycle?
Hi, Check out the following answer for a similar question: <https://www.mathworks.com/matlabcentral/answers/89840-change-f...
6 years ago | 0
Answered
How to plot two line in one figure?
Hi, If you want the plots for different values of XNP to appear on the same graph, instead of using *figure*, number your fig...
How to plot two line in one figure?
Hi, If you want the plots for different values of XNP to appear on the same graph, instead of using *figure*, number your fig...
6 years ago | 0
| accepted
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
6 years ago