Statistik
13 Fragen
0 Antworten
RANG
25.548
of 300.799
REPUTATION
1
BEITRÄGE
13 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
76.92%
ERHALTENE STIMMEN
1
RANG
of 21.092
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 171.134
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 3 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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; ...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
LONG PERIOD TRIANGULAR WAVE INPUT
Hello! Please, How to generate a LONG PERIOD TRIANGULAR WAVE INPUT? using Simulink? Thanks
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to simule Lorenz equation with Simulink
Hi, If anybody can give me some idea i really thanks.. Mariana
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MATRIX COFACTOR
I need to know a function to calculate the cofactor of a matrix, thank a lot!
fast 14 Jahre vor | 3 Antworten | 1

