photo

J B


Last seen: 3 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
1 个回答

排名
26,526
of 300,857

声誉
1

贡献数
13 个提问
1 个回答

回答接受率
7.69%

收到投票数
2

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Step change in model parameters - simulate load step response with internal states as starting point
I'd like to know if it is possible in Matlab to simulate a linear system with an inital point for it's state variables given. W...

3 years 前 | 1 个回答 | 0

1

个回答

提问


2D Plot of CSV data
I would like to create a 2D plot with a colored surface (i.e. a xy coordinate system where the color indicates a temperature at ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Access data in two dimensional struct array
I have a struct array with two dimensions: temp = struct('a',5,'b',7); bla = repmat(temp,4,8); I would now like to get the da...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Opengl software - Matlab becomes extremely slow
I'm operating on larger datasets and for this reason, I'm using Matlab on a Windows server which I acess via a remote desktop co...

4 years 前 | 0 个回答 | 1

0

个回答

提问


Bodeplot axes automatically rescale after printing
I have the following code to plot a bodeplot of a system and store this bodeplot as pdf and png: %% ---------------------------...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Using parfor and external program via network
I'm using a simulation program (it's called "Gecko Circuits") to carry out a large number of simulations in loop. The program is...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Logical indexing in multidimensional array
I have a 4-dimensional array and would like to replace parts of it with NaN values. The array has dimensions 60 x 321 x 28 x 16,...

5 years 前 | 1 个回答 | 1

1

个回答

提问


lowpass() not working
The title says it all. I have the following code: Tend = 10e-3; dt = 100e-9; t = 0:dt:Tend-dt; fsig = 500; sig = 100*sin(2*...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Generating transfer function is extremely slow
I'm currently trying to optimize the control gains of a cascaded control structure. To do so, I want to iterate over a certain r...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Modeling high order system
Nobody? Should I post this somewhere else? Wrong subforum or something?

6 years 前 | 0

提问


Modeling high order system
I have to model a control system where I face several problems with a large number of poles showing up in my transfer functions ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Remove Frequency Label bodelplot
I have a figure in which i plot multiple bode plots in a for loop, e.g. this way: figure(1) hold on; for j=1:len %...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Axis Clipping not working in pdf print
I have a problem with Matlab 2018a when exporting a plot to pdf. The code im using is the following: if true % code F...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Plot rectangular square wave
I have a matlab code which generates a PWM waveform (basically a square wave) which I print into a pdf file. I want to use this ...

8 years 前 | 1 个回答 | 0

1

个回答