photo

Tzach Berlinsky


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Zhangjiajie Glass Bridge bungee question
we have been given an assignment to solve in matlab. all of the assignment is in jpg in the files, i couldnt uploaded it differe...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to reduce time in a matlab code?
function [f , t] = jacobi1(n) tic; if n < 4 error ('n not in the range') end if rem(n,1)~=0 error ('n has to be a...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


How do i reduce running time in this code
function [f , t] = jacobi2(n) tic; if n < 4 error ('n not in the range') end n=n^2; b=zeros(n,1); b(1,1)=1; b(n,1)=...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How do I reduce the running time of this program
function [f , t] = jacobi1(n) tic; if n < 4 error ('n not in the range') end if rem(n,1)~=0 error ('n has to be a...

거의 4년 전 | 답변 수: 2 | 0

2

답변