Qian Feng
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
21.767
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Feeds
Pregunta
Using vpaintegral to calculate integrations.
clear all tic my = 2; d = 15; de = 15; r1 = 2; r2 = 4.05; r3 = r2 - r1; dai1 = d+1; dai2 ...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Problem of calculating the value of integrals
Hi there, I encounter the problem of calculating the value of integrals, the code is given as follows: r1 = 2; r2 = 4; r3 ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Implementation of Clausen function
Hi there, I wonder if I can implement the expression of Clausen functions Cl_(2k+1) and CL_(2k+2) (see the details in https://e...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to substitute tf('s') variables into a symbolic expression
I am dealing with the following problem. syms y z r = 1; n = 3; A1 = rand(n); A2 = rand(n); A3 = rand(n); A4 = rand(n)...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Using kron() function within LMI toolbox environment
Hi there, How do we implement a Kronecker product kron() within the LMI toolbox environment ? I have searched the syntax of LM...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
sigma function plot of an unstable system
I encountered the following problem when I applied the sigma function to plot the frequency response of a system. clear al...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Numerical sensitivity of X'*Y*X given X is a permutation matrix
Assume X is an arbitrary matrix and Y is a symmetric matrix with double floating-point format. I understand that the product X'*...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Square root of a matrix
I encountered a problem when I try to compute the square root of a positive definite matrix syms x real mi = [1; exp(x); ...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Rational power of a positive definite matrix
q = sym([4 2 ; 2 4]); f = sqrtm(q)^(-1) - sqrtm(q^(-1)); f should be zero here since q is positive definite. However,...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Precise conversions from double to symbolic
I have the following number r = 1.78503 I want to obtain the exact symbolic representation of 1/r, and I applied p = ...
casi 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Numerical sensitivity of function kron(X,Y)
Assume X and Y are both symmetric matrices with double floating-point format. Can kron(X,Y) potentially become asymmetric due to...
casi 8 años hace | 2 respuestas | 1
2
respuestasPregunta
Floating point numeric problem
I encounter a problem which I cannot understand. a = 1.228269:0.000001:1.22828; b = 1.228265:0.000001:1.22828; ismembe...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Numerical values of integrals
I am dealing with a problem of finding accurate numerical values of integrals. Specifically, the integral is introduced by using...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How to convert symbolic expressions to transfer functions
I am encountering the problem of converting a symbolic expression to become a transfer function. Specifically, the linear system...
alrededor de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Extracting the coefficient of a polynomials matrix
I want to extract the coefficients of a polynomial matrix P(x) with sym x, which can be decomposed into P0 + P1x + P2x^2 .... ...
alrededor de 8 años hace | 1 respuesta | 1