photo

Sara


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
0 답변

순위
208,268
of 300,771

평판
0

참여
12 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


optimize code in running time
Hi, is there any suggestion that how can I optimize the code in running time below. Thanks in advance lenx=length(x); ...

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

0

답변

질문


array operations consuming lower time
Hi, we have an array x, I would like to do such a operation on it. It can be possible to implement it another way that consumes...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


solving equation in matlab
Hi. I want to find the l and mu , by the code below. I have linked the image that indicates l and mu how they used in equatio...

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

0

답변

질문


Integrals function computing accelerating
Hi Guys , - trapz - cumtrapz function int = Fcn_integ(x,k,dt) x ... Signal to integration k ... Numb...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


optimize code regarding for loop
Hallo : if k <= 0 int = x ; return end int = zeros(1,length(x)); c=(k-1)/fa...

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

0

답변

질문


accelerating code , scalar operations
Hi Guys, if k <= 0 int = x ; return end int = zeros(1,length(x)); c=(k-1)/factorial(k-1); dth2=...

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

0

답변

질문


accelerating code in matlab - for loop
Hi Guys, int = zeros(1,length(x)); if k <= 0 int = x ; return end for n = 3:lengt...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


redefine array in for loop
Hi Guys, for n = 3:length(x) y1 = x(2:n) ; t1 = ((n-2):-1:0)*dt ; % y2 = x(1:n-1) ; y2 = y1 -...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


simplyfing computations in arrays
int = zeros(1,length(x)); for n = 3:length(x) y1 = x(2:n) ; t1 = n*dt - (2*dt:dt:n*dt) ; y2 = x(1:n-1)...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


SYNTAX MATLAB
y1 = x(2:n) ; t1 = n*dt - (2*dt:dt:n*dt) could anyone tell me what is the meaning of the these commands? The syntax of...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


for loop another way to implement it
Is there any way to replace using for loop here by another way to do the desired? x = zeros(length(v0),2)...

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

0

답변

질문


Index exceeds matrix dimensions.
for the code below I received the error index exceeds.. I do not know how can I fix it. x = zeros( 2,length(v0) ) ; ...

13년 초과 전 | 답변 수: 1 | 0

1

답변