Statistik
9 Fragen
0 Antworten
RANG
258.923
of 295.527
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Interpreting and Image Reconstruction from SVD Data
When I compute the SVD of a matrix and get the U, S and V transpose matrices, how can I create an image from these results? Is t...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Creating a Global Variable File
Hello. I need to create a global function for a variable which is a vector that is of the order [5130,1], that is 5130 columns a...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Iterative Optimization with fminsearch
I have 2 time series data s and t. I have a function Error code: function Error = Output (s,t,k) error = s*k(1...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Optimization with fminsearch and looping
I have this code. t = a; s = c; for k0 = [0.2 0.5 1 1.5]:[0.25 0.6 1.1 1.6] [k,fval,exitflag,output] = fminsea...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Making Matrix Dimensions Equal
I have a matrix 5130 x 2 (5130 rows and 2 columns). A second matrix is 2150 x 2. How can I make this equal to 5130 x 2 without l...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Getting Matrices of Equal Dimension
I will be optimizing 2 time series data sets. One will be a fixed reference S with about 5000 rows for both x, y. The second tim...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Using Fminsearch to Minimize Data difference
I need to create a function that can be passed to fminsearch. I want to get argmink =||ak-d||^2, where a is a time series output...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
VBA to MATLAB conversion
I need the MATLAB equivalent of this VBA code (Solid.ChangeMaterial "part1:struct1", "diel"). Thanks
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Time Domain Signal Convolution
I wish to convolve multiple 1D time domain (amplitude vs time) signals which are imported in ASCii format from CST software. Thi...
fast 9 Jahre vor | 1 Antwort | 0