Science topics: Applied MathematicsMatrix Analysis
Science topic
Matrix Analysis - Science topic
Explore the latest questions and answers in Matrix Analysis, and find Matrix Analysis experts.
Questions related to Matrix Analysis
According to my information, the lumped mass is a diagonal mass that has six elements (u1, u2, u3, r1, r2, r3). u1, u2, and u3 have a value equal to (ml/2) while r1, r2, and r3 have a value equal to zero. In Figure (1-a), the matrix is arranged and constructed correctly, while in Figure (2-b), the matrix is unarranged and constructed differently why?


For any real symmetric matrix X and Q with the appropriate dimension, does the following inequality relation holds?
λmin(Q) ‖X‖2 ≤ X^TQX ≤ λmax(Q) ‖X‖2
where λmin(Q) and λmax(Q) represent the minimum and maximum of matrix Q eigenvalues, respectively, and ‖X‖2 represents the 2-norm of the matrix X.
Hello, I'm about to join a team working on auditory speech perception using iEEG. It is planned that I will use Temporal Response Function (TRF) to determine correlations between stimulus characteristics (variations in the acoustic signal envelope, for example) and characteristics of recorded neuronal activity.
I would therefore like to fully understand the different stages of data processing carried out, as well as the reasoning and hypotheses behind them.
I took a look at the article presenting the method
and I studied the matrix calculations
But several questions remain.
In particular, regarding this formula:
w = (ST S)-1 ST r
where S is a matrix of dimension (T*tau) presenting the characteristics of the stimulus over time (T) as a function of different temporal windows/shifts (tau) as :
S =
[ s(tmin-taumin) ... s(t) ... s(tmin-taumax) ]
[ ... ... ]
[ ... ... ]
[ s(tmax-taumin) ... s(t) ... s(tmax-taumax) ]
and where r is a matrix of dimension (T*N) presenting the recorded activity of each channel in time.
- Why do STS? What does the product of this operation represent?
- Why do (STS)-1? What does this operation bring?
- Why do (STS)-1ST? What is represented in this product?
- And finally w = (STS)-1STr. What does w of dimension tau * N really represent?
Hypothesis:
STS represents the "covariance" of each time window with the others (high covariance in the diagonal (because product of equal columns), high covariance for adjacent columns (because product of close time windows) and low covariance for distant columns whose time windows are very far apart (and therefore presenting little mutual information)).
Maybe that (STS)-1ST (of dimension T*tau) makes it possible to obtain a representation of the stimulus according to time windows and time, but with the abrogation of any correlations that may exist between windows? However, the representation of the stimulus in this product remains very unclear to me...
And finally, w may represents the weights (or correlations) of each N channel for the different time windows of the signal.
My incomprehension mainly concerns the representation of the stimulus by (STS)-1ST and I would like to better understand the reasoning behind these operations and the benefits they bring to the decoding of neural activity.
I'd like to thank anyone familiar with TRFs for any help he/she can give me. My reasoning may be wrong or incomplete, any contribution would be appreciated.
Greetings to everybody.
For a research paper, I've recently started learning more about the psychological matrix of digital marketing. Could someone perhaps provide me with any relevant papers that will enable me to identify the gap?
i newly started my phd in structural health monitoring and need to understand some basic terms.
I have a matrix based on survey data that gives negative eigenvalues. I have converted negative eigenvalues to positive ones and now trying to figure out how to obtain a positive definite matrix employing the positive eigenvalues. I would appreciate it if you help me in programming the code on MATLAB. Please also feel free to share in any other programming language.
Exploring the similarities and differences between these three powerful machine learning tools (PCA, NMF, and Autoencoder) has always been a mental challenge for me. Anyone with knowledge in this field is welcome to share it with me.
I am following the way how a previous paper (PMID: 30948552) treating their spatial transcriptomic (ST) data. It seems like they combined all expression matrix (not mentioned whether normalized or log transformed) of different conditions, and calculate a gene-gene similarity matrix (by Pearson rather than Spearman), and they finally got some gene modules (clustered by L1 norm and average linkage) with different expression between conditions.
So I have several combination of methods to imitate their workflow.
For expression matrix, I have two choice. The first one is a merged count matrix from different conditions. The second one is a normalized data matrix (default by NormalizeData function in seurat, log((count/total count of spot)*10000+1)). For correlation, I have used spearman or pearson to calculate a correlation matrix.
But, I got stuck.
When I use a count matrix, no matter which correlation method, I get a heatmap with mostly positive value pattern, which looks strange. And for a normalized data matrix (only pearson calculated), I got a heatmap with sparse pattern, which is indescribably strange too.
My questions:
- Which combinations of data and method should I use?
- Would this workflow weaken the correlation of the genes since some may have correlations only in specific condition?
- Whatever you think of my work?
Looking forward to your reply!

I want to run a correlation matrix analysis between multiple response variables. The data was obtained from the operation of a continuous bioreactor over a 330 days period, but the operating conditions were changed every three months. I am not sure if I have to run a correlation test for each operational strategy (i.e. the condition that was changed every three months - in this case was the concentration of a contaminant) or if I can run a single test for the whole operation of the reactor.
The results make more sense if I run a single test, but I am not sure if I can do that assuming the conditions were changed. But I know that, for environmental analyses as whole, it is quite common to run correlation analysis even when there are other factors changing over time.
I want to keep some results in a matrix then print them into a excel file. Because there are so much data, it is difficult to export them one by one to txt files. Can anybody have some experiences to share? Thank you!
Are there any conditions under which the difference between two matrices i.e. A-B will be invertible? In particular, I have a positive definite matrix A but B is a square matrix not necessarily symmetric. However, B has the form MP-1N with P as a square invertible matrix and M and N as arbitrary matrices of appropriate dimensions.
I have confirmed that the Hessenberg determinant whose elements are the Bernoulli numbers $B_{2r}$ is negative. See the picture uploaded here. My question is: What is the accurate value of the Hessenberg determinant in the equation (10) in the picture? Can one find a simple formula for the Hessenberg determinant in the equation (10) in the picture? Perhaps it is easy for you, but right now it is difficult for me.

Dear friends:
In some calculation in control theory, I need to show that the following matrix
E = I - (C B)^{-1} B C
is a singular matrix. Here, B is (n X 1) column vector and C is (1 X n) row vector. Also, I is the identify matrix of order n. So, the matrix E is well-defined.
I have verified this by trying many examples from MATLAB, but I need a mathematical proof.
This is perhaps a simple calculation in linear algebra, but I don't see it!
Any help on this is highly appreciated.. Thanks..
where matrices A and B are known while X and Y are to be solved.
For example,
A=[a 0;
0 b];
B=[a a 0;
0 0 b;
0 0 b;];
a and b are known elements.
It is easy to see that the solution is
X=t*[1 1 0;
0 0 1;];
Y=1/t*[1 0;
0 1;
0 1;];
where t is any non-zero real number.
But how to derive this solution step by step in a systimatical way?
It would be better if there is a programmable approach.
I have a dataset made by plant species as presence/absence (1/0) found in 133 samples within an archeological area. Every sample has a particular substrate, a position in the monument and it is made in a monument (for substrate, position and monument I have data as words, no numbers, eg for substrate I have green rock or black rock). My aim is to see if some species or groups of species are more associated with some substrates or positions or monuments or if there is any other pattern. What method would you recommend me to try with? Thank you very much in advance!
Dear researchers
The modeling of P-Delta for the structural elements (specially columns) reduce the stiffness of the structure and consequently increase the period of vibration. Now, these changes are negligible when the structure and P-Delta effects are modeled in OpenSees software. Instead, the mentioned changes are more noticeable when modeling is perform in the softwares such as Etabs and Sap2000.
How to apply P-Delta effects is the reason for difference changes due to P-Delta modeling in different softwares.
Now with all these interpretations, what is the most accurate method for modeling P-Delta effects? In other words, In which software are stiffness changes calculated more correctly due to modeling of P-Delta effects?
As you know, In Etabs and Sap2000 software, P-delta effects are applied to the structure by defining a gravity load combination, while this procedure is performed in OpenSees using geometric transformation (second-order P-Delta effects) and its effects on stiffness matrix.
If I use a sparse solver (e.g. PARDISO, MUMPS) for solving large unstructured sparse matrices, what is the effect of the initial sparsity pattern on the solution time?
Did anybody work on that? Papers, reports, tests?
I want to calculate the bending moment and shear forces of a reinforced concrete beam using direct stiffness matrix method. As the upper portion of the beam is in compression and lower portion is in tension, so what value of Modulus of Elasticity should i use in the stiffness matrix considering reinforcement ?
Please provide the calculation steps or example if possible.
Thank you in advance.
A new paper in "Constructive Mathematical Analysis" by Prof. Michele Campiti.
You can download the paper for free:
I attached the equation here in a captured picture. Well I just started learning MATLAB in signal and image processing any recommends for a good and simple tutorial materials, videos. ThanQ in advance.

I am analysing the results of the multi-class confusion matrix. I am a bit confused about the overall accuracy and average accuracy of each class. In multi-class confusion matrix, is the average accuracy of each class is equal to the accuracy of full confusion matrix?
Please guide me and if you can recommend any book or research article for multi-class confusion matrix analysis. It will be a huge help.
let we have frame A and frame B, then we rotate the frame system by theta, around vector K which is the axis of a finite rotation, how to derive the rotation matrix of frame A with respect to fram B around vector K? here is the derived matrix
the question from "introduction to robotics mechanics and control/John J. Craig
"
I want to study the matrix pencils which occur during solving optimal control theory problems.
The famous Sylvester matrix was studied in 1854. It is defined as showed in the picture uploaded here. My question is: What and where is the inverse of the Sylvester matrix?

In matrix analysis we are able to find the determinants and eigenvalues of nonsingular matrices according to their standard definitions. We know that the theory of fuzzy soft matrix differs from what we have in matrix analysis. How we can find the eigenvalues and determinant of fuzzy soft matrices?
Dear All
Could you please tell me what and where the inverse of a concrete lower triangular matrix showed in the picture is? Can you help compute the inverse matrix explicitly?
Best regards
Feng Qi (F. Qi)

P=parity operator having eigenvalue + or - 1. x is the co'ordinate . Suggest matrix method to prove the result .
B.Rath
I'm currently working on the alkaloid composition of the skin secretions of salamanders and am trying to test whether this composition differs between different populations.
In line with previous research on alkaloid profiles in poison frogs, I tested for differences among populations using an ANOSIM. Since I work with relative concentrations (a.k.a. proportions), I thought it was more appropriate to construct an Aitchison dissimilarity matrix for this analysis.
I was further interested in seeing which exact compounds were responsible for differences between the populations. A SIMPER, often associated with an ANOSIM, seemed perfect ... but SIMPER in R uses Bray-Curtis dissimilarities.
I was wondering if there is an alternative for SIMPER that uses other indices of dissimilarity? Could a PCA do the same?
Recently, I have read some references applying proper orthogonal decomposition to solve unsteady aerodynamic problems. I'm very interested in this topic and really want to learn more about it. For now, I'm not sure how this method works, so, can anyone who is familiar with this topic give me some advice about starting in this field? Or some recommendations for related materials (books and references that may contain necessary mathematics background)? Thanks a lot!
PS: I'm familiar with linear algebra and basic matrix analysis, but I don't know much about control theory since I majored in aerodynamics.
I would like a code from lumeric FDTD and I would like to convert that code into MATLAB code. How can I do that? I would like to find the function of my simulations so for this I have to convert FDTD code into the MATLAB code.
Consider two system of nonlinear equations. In this case we will get F(x1, x2)=[c1 c2] ^T; Based on my problem, I need to calculate inverse of F. Also, I have try pinv(F), inv(F) but code gives
............................................
??? Error using ==> sym.svd
Too many input arguments.
Error in ==> pinv at 29
[U,S,V] = svd(A,0);
Error in ==> sys_4th_kt at 48
t=f(y)*pinv(f(x0));
............................
The following one:
ux = Df(x0)\f(x0); %System of linear equation Ax = b, x = inv(A)*b, but better way is x=A\b.
y = x0 - (1)*ux;
t=f(y)*pinv(f(x0));
p=Df(x0)*(I-t)^2;
ux1 = f(y)*pinv(p);
x1 = y-ux1; % 4th order Kung and Traub
Due to R. Penrose. Any matrix can be partitioned in the form
[
A B
C CA⁻¹B
]
(using a suitable arrangement of rows and columns), A being any non-singular submatrix whose rank is equal to that of the whole matrix. Please explain proof (verify) that AA∗ + BB∗ and A∗A + B∗B are positive definite.
Let A, B ∈ ℂn×n where A is an invertible matrix (and A⁻¹ ≠ AT), but B is a noninvertible. Let C = AB. What is C†? (C† is the Moore-Penrose inverse of C). Suppose that rank C = rank C². What is C#? (C# is the group inverse of C).
How to find by hand or by software a doubly stochastic matrix? See the picture uploaded with this message. Thank a lot.

i am working on Array signal Processing where i have to estimate angles of the transmitted signals. one technique (MUSIC) is purely based on EVD which is very complex. I need a less complex technique. can you suggest me..
I need a reference to the integral analogue of Cauchy-Binet identity, but I can not find such a reference. Could you please help me? Thank you in advance.
I am studying the dynamics of the Origin / Destination data. Currently I have access to flight data but need more public data sets ( e.g. mobile phone usage, car traffic, train, bus, etc. ) for further experiments. Any ideas?
I have provided a partial sets of data but I can not put the in to the Matlab as a single matrix. As the dimensions of matrix are different, Matlab can not recognize it as a single matrix. In attached file a,b,c are input and r is output.

Hi, I transformed the variables in Z scores, and then, when I analyze with principal component analysis (PCA), we have table of rotated component matrix (with 2 parts: Raw and Rescaled), even in variance table, there is these two parts. So, which one must be considered
i need to enhance my self in math, i need some books in these fields of interest.
I modifed short carbon fiber and use it in epoxy matrix and I want to know how its modifcation can affect viscosity and how agglomeration can affect viscosity?
please introduce some good papers if you know
thank you in advance
I am using R for creating DocumentTermMatrix and then converting it to normal matrix for further processing. There are 26,000 records and 4 columns, while converting DocumentTermMatrix to normal matrix it get hang. I am using syntax abc<- as.matrix(dtm), where dtm contains document term matrix. Ram size of my computer is sufficient. Can anybody give me solution.
I am trying to calculate eigenvalues of a 8*8 matrix. The matrix have 6 different parameters g1, g2, k1, k2, B, J. To calculate eigenvalues, I have used Mathematica and Matlab both. In both programs, I got polynomial of the 8 power. But I am unable to find generalized solution from it. How do i resolve this?
The matrix form like:
2B 0 g2 k2 g1 k1 2J 0
0 2B k2 g2 0 g1 0 2J
g2 k2 0 0 2J 0 g1 k1
k2 g2 0 0 0 2J 0 g1
g1 0 2J 0 0 0 g2 k2
k1 g1 0 2J 0 0 0 g1
2J 0 g1 0 g2 0 -2B 0
0 2J k1 g1 k2 g1 0 -2B

I want to find the eigen frequencies from the stiffness and mass matrix extracted from COMSOL. Unfortunately after using eigs function in MATLAB i couldn't get the right result as in COMSOL
There are some algorithms for transforming arrowhead matrices to tridiagonal form. Is any arrowhead matrix similar to a tridiagonal matrix? What techniques can we use to prove that an arrowhead matrix is similar to a tridiagonal matrix?
The rank of a matrix A is the dimension of the vector space generated by its columns. It shows the dependent and independent column of matrix A.
Suppose I have a nxn matrix A with rank n/2. As a specific example, let A =[3 1 3 1;1 4 1 4;3 1 3 1;1 4 1 4] with the two eigenvalues 4.7639, 9.23361 and the other two zero. Matrix A is 4x4 but its rank is 2. In other words, matrix A is actually 2D but it is represented in 4D.
My question is how to get actual 2D representation of matrix A (Eigenvalue in 2D and 4D should be same)? Since matrix A consist of four similar 2x2 matrices, can I take the 2x2 matrix as its representation in 2D(This matrix has eigenvalue half that of matrix A)? Or I have to do projection or something?
Please help!
I have been looking at research paper that discuss the performance of a parallel matrix multiplication algorithm on GPU and often time they refer to different sizes of a matrix and the show the performance for each size.
What I like to know is, what does this size refer to? Is it the size of the matrix A or matrix B or the resultant matrix C?
Thanks
Let M be a convex and compact subset of m by n matrices (m is strictly less than n). If for each A in M, A has full rank, then there is an d in Rn such that for each A in M, the matrix [AT dT] has full rank.
I was wondering if someone proves this conjecture or provides a counterexample.
Hi, I have:
B=A*T+error
I would like a fast way to estimate transformation matrix (on Matlab if possible) that minimize the error where:
B and A are two matrix of N 2d points coordinates:
A=[Xi Yi 1] , B=[Xi' Yi']
and T: 2d transformation matrix ( tx, ty for translation, r for rotation and sx,sy for scale)
T=|Sx*cos(r) -Sy*sin(r)|
|Sx*sin(r) Sy*cos(r) |
|tx ty |
where:
-pi/4<r<pi/4 1<Sx,Sy<10 -1000<tx,ty<1000
Thanks :)
I have imported into Matlab an excel sheet with over 500,000 voxels each assigned a t value and x,y,z coordinates based on fMRI BOLD signal results. I would like to form clusters of activation in 6 regions of the brain from the activated voxels. I would like to know the best way (possibly method or algorithm) to form clusters (accounting for overlapping active voxels) in Matlab, so that I am able to calculate the number of active clusters and volumetric features, such as volume of the clusters. I know one method is a density-based method which could scan a cube of 3*3*3 region and consider that region to be a cluster if a certain number of active voxels exist in there, but I want to know which method(s) in matlab is best to form clusters so that they best include active voxels regardless of shape.
i designed a non full rank H matrix and i want to get the G matrix for the encoder
I am working on sparse matrices. I need a structured sensing matrix other than reed Solomon,BCH,LPDC,sparse circulant matrix ,Kronecker product,Toeplitz sensing matrix. any other new findings of family of measurement matrix?
Hi,
I'm getting old and I'm not sure whether or not I've learnt any theories about solving polynomial matrix exiations, like the second order equation XTAX+BX+C=0.
Can anyone fresh my mind up or suggest where to learn more about this?
/Lars
Find the attachment of the image consisting the data in array of matrix.
Thank you, regards. Manoj Kumar Nellore

If a and b are two random vectors distributed with some Probability density function. Then what would be the probability density function of following:
1. Random matrix obtained as A = diag(a),
2. Trace of a matrix, Tr(A)
3. Norm of a vector or Matrix,
4. Schur-Hadamard product two random vectors,
5. Outer product of two random vectors
Please refer to an Image attached here in shows problem with which I'm dealing. Would appreciate if anyone can point even me to some links for reference and books.
Thanks

I am creating a 'feedforwardnet' and using 'mapstd' to normalize the input
[pn,ps]=mapstd(training_data);
[tn,ts]=mapstd(target_data);
now I want to calculate various error functions RMSE, correlation coeff R, model efficiency MEnash etc. So how can I find the output data of the trained network corresponding to target data?
Hello everyone,
I have read the paper "Hilbert Transform of FFT Pruned Cross Correlation Function for Optimization in Time delay estimation" written by Tamin and Ghani in 2009 and I believe that the technique proposed by the authors is very interesting, so I'm trying to implement this technique.
Currently, I am applying the spline interpolation in RF signals, and then FFT and Hilbert transform, but I know that the Matlab resample function applies an anti-aliasing (lowpass) FIR filter to input during the resampling process, and resamples the sequence in input vector at X times the original sample rate using a polyphase implementation.
What is the best way to implement this technique?
Thank you very much.
Conference Paper Hilbert Transform of FFT Pruned Cross Correlation Function f...
Does anyone know some applications of the smallest or largest singular value and vector of an M-matrix? I have learnt some in the synchronization and asynchronization of coupled chaotic dynamical systems, where these quantities of the M-matrix are desired. Any more description or references are much appreciated.
We have three square matrices A, B, C of the same dimension. Moreover B and C are positive semidefinite. In my analysis I need to calculate Tr[A.(B*C)], where * denotes the Hadamard product and . the standard matrix product. For some reason (I don't want to go into details) this representation is not so convenient for me. Do you know any kind of relation between the Hadamard product and standard matrix product so that this formula could be transformed?
I have a matrix with several zero columns. Since this matrix is singular, I can not invert it with the routine methods. I want a method to solve this problem.
If I have to arbitrary square matrices A and B of the same dimension, how do I calculate (A+B)-1 in general? It seems not an obvious problem. Has it already been solved?
1. Consider the multiplication of 2 x 2 (for simplicity) square matrix of determinant zero with an unknown 2 x 1 matrix yielding a non-zero matrix. Is one of the entries of the unknown matrix necessarily zero?
2. If so, will the result still hold
(a) if the unknown matrix has the same order as the square matrix, and
(b) for higher orders?
I need some applicable cases with examples using MATLAB PSO app.
All such algorithms are implemented in MATLAB and pseudorandom numbers are used in the algorithms.
I need to handle such a problem. Consider the following equation:
P-1(A+E)P=B
with A and B given and E optional.
How to find an optimal E to minimize both norm(E) and cond(P)? Or at least minimize norm(E)?
Or can you indicate any reference book on matrix optimization where I might find an answer by myself?
I am trying to detect some images or markers using my webcam, which is continuously recording video from environment. Now I further trying to augment virtual objects over some portions of the scene.
I would like to compute poincare section and lyapunov exponent for my mathematical dynamic model. I am using MATLAB for the analysis, it would be very helpful for me if anyone provide any code, book or any other references which is useful for this. Please help, thanks in advance.
I want to generate and simulate a simple ic engine with cylinder, connecting rod, crank, piston with proper dimensions. Can anyone help?
I would like to work on facial expression recognition, and I am new to image processing also. So please help me in finding good books on MATLAB on image Processing/ facial expression in programming way.
I am using the following but it is not good. here the webcam is going on/off times and video is not in continuous form.
I am willing to capture frame by frame video from environment in real time, which will be further used for object detection in real time.
obj = videoinput('winvideo',1);
for i=1:5
frame = getsnapshot(obj);
frame1 = im2bw(ycbcr2rgb(frame));
end
Thanks in advance for your replies.
I need a MATLAB code which be able assemble na actuators and ns sensors distributed in the plate. Can anyone help me in that.
Right now I'm trying to fit the Igor's multi peak method and trying to program it. The final goal is to automate the analysis (best fitting one).
I am doing some ROC analysis in Matlab. The function perfcurve is excellent. However, it assumes that larger values of the score indicate stronger evidence for a positive state. This is often exactly what you want if you are analysing the output of a classifier model.
In my case, I want to use raw data where smaller values indicate stronger evidence for a positive state. Reading through the documentation, I could not find a way to change the test direction for the perfcurve function.
Does anyone know if it is possible to do this? Or other similar functions that allow doing this?
In order to make a comparison between the temporal variabilities of the different satellite products (SMOS, AMSR-E, ASCAT) and in-situ measurements, we need to make the following treatments: Scaling and Aggregation of SMOS, ASCAT AMSR-E and in-situ soil moisture data. So, I a m looking for some MATLAb codes to do these treatments. Thank you in advance
By using SIFT descriptor, it returns some key point with related descriptor (for instance 100). How can I select 10 strongest key point among them? Should I use hessian matrix? Is there any MATLAB code to do it?
I am planned to use nonlinear pid controller instead of linear, could anyone help me in this regard.
Need to know how I can convert a linear pid in MATLAB to nonlinear pid or whether any other method is available.
Is anyone know how to paralleled the multi for loop in MATLAB.
Here what i wanted to do
[xg,yg,zg] = meshgrid(something);
for i=1:length(xg,1)
for j=1:length(xg,2)
for k=1:length(xg,3)
for m=1:100
some code
end
end
end
end
How it can be parallel in MATLAB. Meshgrid dimension size are big so it takes too much time to do in serial.
For fault analysis in lines
How can I identify that the data which I export from a simulator is an array or matrix of which size and dimension in MATLAB? By finding this, I would like to fit that image by using some polarization parameters.
Thanks in advance for your replies.
I would like to generate CSCG in MATLAB with zero mean and certain variance. I would be pleased to know all the possible ways of generating CSCG noise.
Thanks
I am seeking some MATLAB based toolbox for deep learning regression.
data analysis in video sequence. My video sequence frame is yuv format. How to read pixel value using MATLAB tool.
How can I display characteristics of a controlled system such as settling time and overshoot in MATLAB/Simulink?
I'm trying to do a test on the difference between 2 signals and to get the p-value, using MATLAB.
ttest2 is not a suitable choice..
Could you please suggest some code?
I'd appreciate if anyone could share the MATLAB code of LS-SVM in both one-against-all and all-against-all mechanism.
Thank you in advance.
I have a model of envelope patch which I would like to stretch in biaxial directions and want to study wrinkling amplitude and wavelength. I would like to write code in MATLAB. If anyone has developed such code please help me out.
I would like to solve the following LMI optimization problem in matrices Y and L with MATLAB. What MATLAB function should be used for solving the LMI problem? I don't know how I can define system of LMIs? I was wondering if anyone could help me with it. Thank you in advance.
Does anyone know if there is a function (in any language or package) for simulating of random sequence with given correlation function? I didn't see such a thing either in MATLAB or in R. maybe anywhere else?
I need this for cotton harvesting robot.
For a 2nd order linear and non linear differential equation trigonal matrix is generated. In my case upper diagonals are 1 and lower diagonals are 1 and the main diagonal 5. What is the code to solve this type of problem for matrix of 161 x 161?
I am trying to carry out classification using artificial neural network in R software using Landsat images. I have read lots of articles but most use MATLAB. Can anyone point me to the right direction that can show me how I can do this?
I would like to control a flexible link and I need MATLAB codes for dynamic model using finite element method.