photo

Mariana


Last seen: más de 2 años hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

13 Preguntas
0 Respuestas

CLASIFICACIÓN
25.544
of 300.364

REPUTACIÓN
1

CONTRIBUCIONES
13 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
76.92%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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

  • Thankful Level 3
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


How to use isoutlier based in a part of the data?
Good morning everybody, I have a vector of datas. Like this, a =[0;0.0028;0.0002;0.0039;0.0061]. As you see, since the 4° e...

más de 2 años hace | 5 respuestas | 0

5

respuestas

Pregunta


Ideas for creating an Automatic Threshold value from a variable vector
Hi guys! I'm dealing with a vector variables (of double type) which values varies depending the system is analyzed (its dimensi...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please, correct the following logical index in vetor.
% Need to write the elements from 1 to ref, and from ref to n. Where n is the vector dimension. X(1:ref && ref:n)

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to concatenate the resulting 2D matrices from a 3D matrix, vertically? Please, I need the solution for a gereric dimension n, i.e., A(:,:,n)
%example for a=1:n for c=1:n H1(c,a,a)=1; H1(c,c,a)=-1; en...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Considering a 3D matrix of generic dimension n. How to delete the first column of the first matrix, the second column of the second matrix, the third column of the third matrix, and so on.
% Considering 3D matrix of dimension n n=3; for a=1:n for b=1:n for c=1:n A(b,c,a)=c; ...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Considering a 3D matrix. How to delete the first column of the first matrix, the second column of the second matrix, the third column of the third matrix and so on.
% Considering 3D matrix of dimension n n=3; for a=1:n for b=1:n for c=1:n A(b,c,a)=c; end end end

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Considering a 3D matrix. How to delete the first column of the first matrix, the second column of the second matrix, the third column of the third matrix and so on.
% Considering 3D matrix of dimension n n=3; for a=1:n for b=1:n for c=1:n A(b,c,a)=c; end end end

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create a 2D diagonal matrix from a 3D matrix with a generic dimension? It could be with a loop structure.
%% 3D matrix k n=3; k=zeros(n) for a=1:n for b=1:n for c=1:n k(b,c,a...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Error in ODE arguments in line 87
Hi everyone! I'm trying to reed a .m funtion (with global variables) with the following script: function [dY]=fun2(t,yfo...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


LONG PERIOD TRIANGULAR WAVE INPUT
Hello! Please, How to generate a LONG PERIOD TRIANGULAR WAVE INPUT? using Simulink? Thanks

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to simule Lorenz equation with Simulink
Hi, If anybody can give me some idea i really thanks.. Mariana

más de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


PLOT TWO FUNCTION IN THE SAME GRAPHIC
Hi everybody, Another way to view two functions in the same graphic without using the command 'plot'? Thanks a lot, Mar...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


MATRIX COFACTOR
I need to know a function to calculate the cofactor of a matrix, thank a lot!

más de 13 años hace | 3 respuestas | 1

3

respuestas