photo

Andrei Caragea


LRL Investment Services srl

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

0 Preguntas
5 Respuestas

CLASIFICACIÓN
12.914
of 297.503

REPUTACIÓN
4

CONTRIBUCIONES
0 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.017

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

| aceptada