Community Profile

photo

Dimitra


Last seen: 2개월 전 2023년부터 활동

통계

  • Thankful Level 2

배지 보기

Content Feed

보기 기준

질문


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?

10개월 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

10개월 전 | 답변 수: 2 | 0

2

답변

질문


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 = [...

11개월 전 | 답변 수: 2 | 0

2

답변