photo

reincornator


Last seen: 4 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
2 个回答

排名
4,045
of 300,015

声誉
13

贡献数
11 个提问
2 个回答

回答接受率
18.18%

收到投票数
5

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,984

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to estimate the Doppler shift?
How to estimate the Doppler shift? How to calculate the radial velocity for "jammer"? clear variables close all c = physcon...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Selecting multiple array elements
Hi. n = 10; A = rand(n); B = A; k = [1 1; 2 3; 4 5; 1 8; 8 6]; A(k(1,1),k(1,2))= 1; A(k(2,1),k(2,2))= 1; A(k(3,1),k(3,2))...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to formalize an optimization problem in Matlab?
Hello. How to issue a task in Matlab? Given: Vectors a1 and a2. Find a vector of coefficients x such that: abs((a2.')*x) ->...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Incorrect output of a symbolic formula
Hello. I am performing calculations using symbolic calculations. The result satisfies me. However, the final formula is output w...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to display a symbolic formula without substitutions "where"?
Hello. How to display a symbolic formula without "where" and "sigma"? Thanks.

4 years 前 | 2 个回答 | 1

2

个回答

提问


Limit on the number of elements in the Phased Array System Toolbox
Hello. When modeling antenna arrays with a large number of sensors, a large amount of time and RAM is spent. How to reduce the c...

4 years 前 | 0 个回答 | 0

0

个回答

已回答
Graphical representation of Polarisation of a light using Jones vector.
Yes. Substitute these values as input data.

4 years 前 | 0

提问


Find the transformation matrix
How to find the transformation matrix in MATLAB? For example: x1=[1;2]; x2=[4;5]; y1=[3;4]; y2=[2;1]; y1=S*x1; y2=S*x2; ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Narrowband Transmit Array for polarizing processing Phased Array System Toolbox
Hello. I create schemas in Simulink using Phased Array System Toolbox blocks. How to use the blocks "Narrowband Transmit Array"...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Creating latex formulas in Live Script (without an editor).
Hello. You need to display the entire formula, but the final result does not match the expected result. Here's what happens:...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Comparison of symbolic expressions
Welcome. A certain set of symbolic calculations is performed in two different ways. After that, you need to compare the results...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Antenna Toolbox and Phased Array System Toolbox
Hi. There is an antenna module module = dipoleCrossed (Antenna Toolbox) and its pattern ('efield') After that, I create the ...

4 years 前 | 0 个回答 | 0

0

个回答

已回答
Gtk-Message: 16:17:51.771: Failed to load module "canberra-gtk-module"
You must install: sudo apt-get install packagekit-gtk3-module and sudo apt-get install libcanberra-gtk-module

5 years 前 | 4

| 已接受