photo

Hamza saeed khan


COMSATS University Islamabad

Last seen: fast 5 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Electrical Power Engineer

Statistik

MATLAB Answers

3 Fragen
4 Antworten

RANG
231.098
of 300.392

REPUTATION
0

BEITRÄGE
3 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
5.932 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
5

ALL TIME DOWNLOADS
0

RANG

of 168.335

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
cannot use syms command
what if sysm word not working in matlab what to do?

fast 5 Jahre vor | 0

Beantwortet
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)

fast 5 Jahre vor | 0

Beantwortet
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

fast 5 Jahre vor | 0

Beantwortet
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...

fast 5 Jahre vor | 0

Frage


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 ...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort