Abhay - MATLAB Central
photo

Abhay


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests:Digital Signal Processing
Digital Contol systems
Robust Control
Convex optimization
Performance analysis

统计学

MATLAB AnswersFrom 10/14 to 04/25Use left and right arrows to move selectionFrom 10/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
2 个回答

排名
194,337
of 298,116

声誉
0

贡献数
6 个提问
2 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,535

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
150,480
of 160,402

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I have a Mat-lab generated figure which I saved in jpg , its dpi value is 96, I have to change its dpi value to 300. Can I do it with the help of Mat-lab?
I have a Mat-lab generated figure which I saved in jpg , its dpi value is 96, I have to change its dpi value to 300. Can I do it...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to find the maximum value of the 3-D plot in matlab?
How to find the maximum value of the 3-D plot in matlab? At present ,I am clicking with the help of Cursor after the generation...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to specify an asymmetric and square matrix P of 2x2 dimension in LMI Editor Window of Robust Control Toolbox? I have specifed my problem more clearly in body. Please help me.
In the LMI Editor Window, I am specifying Matrix Variables as: X S [2 1] M S [2 1] P R [2 1] and in the LMI Editor Window, ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Can any body helps me in sorting out my problem of writing the expression in LMI editor window of Robust Control tool box of Matlab?
As per my requirement ,I have written following mat-lab expressions in LMI editor window of robust control tool box of mat-lab, ...

10 years 前 | 0 个回答 | 0

0

个回答

提问


My frequency response plot of the closed loop system whose transfer function and system matrices are given can not match with the standard plot given. Can I done any thing wrong in my cody?Kindly help
To find the frequency response of the given transfer function G(z1,z2)=C*(Z1*Z2*In-Z1*Aq-z2*Ap)^-1*(z1*Bq+z2*Bp)

10 years 前 | 0 个回答 | 0

0

个回答

已回答
How to plot x(i+1,j+1) with respect to i,j from the given data ,code shown in the body?
Dear all; Regarding my earlier question of 3D plot of 2-D discrete system which was wonderfully solved by SK, I had posted one ...

10 years 前 | 0

提问


How to plot x(i+1,j+1) with respect to i,j from the given data ,code shown in the body?
clc; close all; clear all; A1=[0 -.75;-1 0]; A2=[.27 0;0 0]; A3=[0 -.001;0 0]; x(1,1)=1 x(1,2)=2 x(2,1...

10 years 前 | 3 个回答 | 0

3

个回答