photo

Hamza saeed khan


COMSATS University Islamabad

Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

Electrical Power Engineer

统计学

MATLAB Answers

3 个提问
4 个回答

排名
136,637
of 297,457

声誉
0

贡献数
3 个提问
4 个回答

回答接受率
0.0%

收到投票数
0

排名
5,932 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
5

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
cannot use syms command
what if sysm word not working in matlab what to do?

4 years 前 | 0

已回答
How to find the derivative of the function at some value of x?
Undefined function or variable 'syms'. Error in difff (line 2) syms y(x)

4 years 前 | 0

已回答
how to calculate a derivative
syms x f = x; diff(f,x) why this code give me error as; >>Error in diff (line 1) syms x

4 years 前 | 0

已回答
MATLAB CODE NEWTON METHOD
f = @(x) exp(x)-3*x; fp = @(x) exp(x)-3; x0 = 1; N = 10; tol = 1E-10; x(1) = x0; % Set initial guess n = 2; nfinal = N...

4 years 前 | 0

提问


Design and Implementation of a Communication System for Poor Quality Communication Channels using MATLAB simulink
Design and Implementation of a Communication System for Poor Quality Communication Channels using MATLAB.... Task Description ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to get rid of this error please help me? Subscript indices must either be real positive integers or logicals. Error in rough (line 10) c(t)=A1*cos(2*pi)*f1*t
Subscript indices must either be real positive integers or logicals. Error in rough (line 10) c(t)=A1*cos(2*pi)*f1*t

6 years 前 | 2 个回答 | 0

2

个回答

提问


By using Mat lab Function, how differentiate any mathimatical function f(x) but not using "diff(f)"? Please guide me asap.
By using Mat lab Function, how differentiate any mathimatical function f(x)? Please guide me asap. I use this picture for unders...

6 years 前 | 1 个回答 | 0

1

个回答