![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29586616_1679298852342_DEF.jpg)
Dimitra
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
184,579
of 297,046
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
how to recursively code the bisection algorithm
This is how I'm trying to make the code recursive. But I have some errors: Can you please haelp me?
1 year ago | 1 answer | 0
1
answerQuestion
how to plot a summation function in matlab using a for loop
how can i plot this summation function using a for loop? i start write this: t = -pi : pi/6 : pi; s=0; for i = 0:1 ...
1 year ago | 2 answers | 0
2
answersQuestion
How to solve "Not enough input arguments."
function pinaka = pendatiagonal(e,c,d,a,b) pinaka = pendatiagonal(e,c,d,a,b) n = 7; e = [0 0 round(10*rand(1,n-2))+1]; c = [...
2 years ago | 2 answers | 0