photo

Hamza saeed khan


COMSATS University Islamabad

Last seen: 4年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

Electrical Power Engineer

統計

MATLAB Answers

3 質問
4 回答

ランク
80,139
of 297,503

評判
0

コントリビューション
3 質問
4 回答

回答採用率
0.0%

獲得投票数
0

ランク
5,932 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
5

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0

1

回答