統計
MATLAB Answers
15 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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 ...
7年以上 前 | 2 件の回答 | 0
2
回答質問
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 ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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)...
7年以上 前 | 2 件の回答 | 0
2
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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'*...
8年弱 前 | 1 件の回答 | 0
1
回答質問
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); ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
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,...
約8年 前 | 1 件の回答 | 0
1
回答質問
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 = ...
約8年 前 | 3 件の回答 | 0
3
回答質問
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...
約8年 前 | 2 件の回答 | 1
2
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
Numerical values of integrals
I am dealing with a problem of finding accurate numerical values of integrals. Specifically, the integral is introduced by using...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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...
8年以上 前 | 3 件の回答 | 0
3
回答質問
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 .... ...
8年以上 前 | 1 件の回答 | 1