photo

Rongyu Chu


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
2 Antworten

RANG
149.023
of 300.338

REPUTATION
0

BEITRÄGE
2 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.149

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Beantwortet
How to accelerate my code
Is there anyway I can use matrix instead of loops ? Matrix should be able to solve this much faster.

etwa 6 Jahre vor | 0

Frage


How to accelerate my code
Hi, guys. The question I am asked to solve is like this. I will be given a list of numbers (note that the first and last numbers...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Delete some specific numbers from an array
So, here is the cide I wrote. N = load('exp.dat'); len = length(N); for i = 2:(len-3) if N(i+1)>N(i)>N(i-1) ...

etwa 6 Jahre vor | 0

Frage


Delete some specific numbers from an array
So, the problem is like this. I have an array of random numbers. For example [10 9 5 5 7 3 5 8 3 5 6 3 7 10 ]. First, I have to ...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten