Statistics
9 Questions
0 Answers
RANK
258,863
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
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...
8 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
VBA to MATLAB conversion
I need the MATLAB equivalent of this VBA code (Solid.ChangeMaterial "part1:struct1", "diel"). Thanks
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 1 answer | 0