photo

Sara


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

12 Domande
0 Risposte

RANK
268.442
of 300.756

REPUTAZIONE
0

CONTRIBUTI
12 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 21.077

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.890

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta