photo

Xin


ETH

Last seen: alrededor de 2 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

34 Preguntas
0 Respuestas

CLASIFICACIÓN
8.855
of 300.365

REPUTACIÓN
5

CONTRIBUCIONES
34 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
64.71%

VOTOS RECIBIDOS
5

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 4

Ver insignias

Feeds

Ver por

Pregunta


Constrained optimization, free code
Dear all. I have a constrained optimization problem where I used the fmincon function, and it works perfectly well. But it does ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Get the middle point of a matrix
Hi everyone. I have an interesting situation. So the idea is to calculate the value of middle points of a 1D, 2D or 3D matrix. ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


save image without the white border
Hello. I would like to save a phot, or any imagesc, pcolor or whatever 2D image. But the problem is that matlab alway automatica...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Uncertainty of constrained minimization
Hello everyone. I have a question about the uncertainty of linear minimization. Basically I want to solve for a constrained mini...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Visualization volume data like pcolor3
Basically I was looking for a pcolor3 like function that can run in newer version of matlab. The idea of using slice to have mul...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Compute three solution for cube root including imaginary number
Hello everyone. I have a vector composed of some positive and negative numbers. Is there is simple way to quickly get the three ...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Search for components in symbolic
Hello. Let's say I have a symbolic function: exp(5*x)*x^3. Is it possible to let MATLAB automatically search for the component ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


2D convolution with 1D output
Hi everyone, basically I need to compute the following convolution problem in 2D, but with only 1 array output. Is it possible t...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Fast computation of 2D summation
Hello. I have two matrix, A and B and I want to compute the following 2D summation to get a 1D array T. Is it possible to use, e...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Column vector multiplied to a row vector, memory v.s. speed issue
Hello everyone. I have a column vector (A) that is left multiplied to a row vector (B). The result is a matrix C=A*B. What I nee...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Set up tolerance and maximal iteration number for lsqlin
Hello, I have a system of linear equations L*X=R and I try to use lsqlin to get the solution with least square. The system of eq...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solve linear system of equations with constains
Hello everyone. I have a linear system of equations that make a matrix, L*x=R. x is composed on many variables, e.g. x=[x1 x2 x3...

más de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Derivative of legendreP function
Hello. I am wondering how could one differentiate the legendre polynomial, e.g. like legendreP(5,x) can be expressed as (63*x^5)...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Elegantly refer to the second output from a function
Hello everyone. I have a function (matlab function, say "ismember") and I want to use the second output from this function as in...

más de 7 años hace | 8 respuestas | 2

8

respuestas

Pregunta


Find if a point is inside tetrahedron
Hello everyone. I have a point in 3D space and a FE mesh containing many tetrahedron elements with four corner nodes and the 3D ...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Delaunay meshing problem with stretched mesh
Hello, everyone. I have a meshing problem using Delaunay function. I have evenly scattered points (stored in x y and z vector) d...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Compute mean and diff faster
Hello everyone. I am working on a FD code and need to do a lot of averaging in very large 3D/2D matrices. I want to do the follo...

casi 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Convert color to value
Hello everyone. I have a jpg image with blue to red color corresponding to different value. There is also a colorbar showing eac...

casi 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Colorbar design from log negative to positive
I have a 2D matrix and the value vary exponentially between negative to positive. I want to design a colorbar that looks like be...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


GUI report error if something is wrong
I have a GUI that has a static text box which I use to update for the status of the code. The GUI needs to load data from an exc...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


save figure in GUI
I have a GUI with two axes and many other buttons. I would like to save one axis into 'jpg' or 'tif' file. However when I tried ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Add element to the matrix in one sentence
I have a 2D matrix, say A=zeros(10,10). I want to add a vector of number to the matrix. I have the index of the elements, but it...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Indexing 3D matrix with three 1D vector
I have a 3D matrix, say A=100*100*100. I want to index 5 elements from it. What I have are three 1D vector (lenght=10), say x=[1...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solve large linear system of equations with klu function
I have a huge sparse function L (10 million*10 million). It is not symmetric. Most off-diagonals are zeros. I want to solve for ...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Overlap two pcolor with different color and set up transparency
I have two figures like below. <</matlabcentral/answers/uploaded_files/70571/a.jpg>> <</matlabcentral/answers/uploaded_fil...

más de 8 años hace | 1 respuesta | 2

1

respuesta

Pregunta


sample from arbitrary continuous distribution
Say I have a very complicated probability distribution function: x^(-2)*y^(-3)*exp(-z/t), where x y z t are all continuous posit...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solve equation with order higher than 32
I have a very high order equation, something like 0=x^50 + a*x^49 + b*x^48 +...+ 1 I tried to use fzero or program Newton Raphs...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Colormap, how to get the color of the sea
This is an interesting question to me. I wanted to create a nice colormap with very smooth and gradual transition from white to ...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Generalized nonlinear inverse problem
Anybody knows if there exist a function that applies the so-called Generalized Nonlinear Inverse Theory (Tarantola and Vallette ...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


non linear Least square fitting
I have an equation: z = A*(y^B)*exp(C*x) where x,y,z are my data points, and A B C are the unknowns that I want to fit. ...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Cargar más