photo

Mariana


Last seen: 2 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

13 Questions
0 Answers

RANK
25,563
of 300,331

REPUTATION
1

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
76.92%

VOTES RECEIVED
1

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • First Review

View badges

Feeds

View by

Question


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

2 years ago | 5 answers | 0

5

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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)

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 0 answers | 0

0

answers

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 3 answers | 1

3

answers