photo

Andrei Caragea


LRL Investment Services srl

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

0 Fragen
5 Antworten

RANG
12.918
of 300.352

REPUTATION
4

BEITRÄGE
0 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

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

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
performing certain operation from a set a certain set of values
Mathematically speaking, you can compute the average on the initial set of values and then multiply it/ divide it by 2. If you w...

fast 14 Jahre vor | 0

Beantwortet
integral of the squared error
Let F be your initial function of time (as an example, let's say F(t)=t^2) and G be the approximation function (in this example ...

fast 14 Jahre vor | 0

Beantwortet
Create new binary image from pixel values of another image
Try this. Let A be the initial matrix, like the one in the example. Do A=A-13; B=ones(size(A)); B(find(A))=0. B will be a matri...

fast 14 Jahre vor | 0

Beantwortet
Passing string as function argument
Yes you can, with the eval function. Let me give you an example. Say you havein your workspace 3 variables: A, B, S, where A an...

fast 14 Jahre vor | 0

Beantwortet
converting cell array of strings (dates) to matrix
Hey tombola. The problem is that matlab views a string as a row of ascii values. For example, if you have a date like '01/01/20...

fast 14 Jahre vor | 0

| akzeptiert