MATLAB 帮助中心
Horizontal concatenation of Laurent polynomials
Since R2021b
H = horzcat(P1,…,PN)
H = horzcat(P1,…,PN) returns the horizontal concatenation of the Laurent polynomials P1,…,PN.
H
P1,…,PN
example
collapse all
Create two Laurent polynomials:
a(z)=z-1
b(z)=-2z3+6z2-7z+2
a = laurentPolynomial(Coefficients=[1 -1],MaxOrder=1); b = laurentPolynomial(Coefficients=[-2 6 -7 2],MaxOrder=3);
Obtain the vertical and horizontal concatenations of a(z) and b(z).
v = vertcat(a,b)
v=2×1 cell array {1×1 laurentPolynomial} {1×1 laurentPolynomial}
h = horzcat(a,b)
h=1×2 cell array {1×1 laurentPolynomial} {1×1 laurentPolynomial}
laurentPolynomial
Input polynomials, specified as laurentPolynomial objects.
Example: horzcat(P1,P2,P3) returns the horizontal concatenation of the three Laurent polynomials P1, P2, and P3.
horzcat(P1,P2,P3)
P1
P2
P3
Horizontal cell array of Laurent polynomials. H is a 1-by-N cell array, where N is the number of Laurent polynomials.
expand all
Introduced in R2021b
vertcat
laurentMatrix
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处