Community Profile

photo

Andrei Caragea


LRL Investment Services srl

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

| accepted