photo

Muhammad Fakhruddin Abd Rahim


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
158,661
of 301,447

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,284

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,609

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Other alternative than syms for differentiation and integration?
Hello Everyone, I'm trying to use differentiation in Matlab using this code syms X; fun = x^3+2*x+10; diff (fun,x); But I g...

6 years ago | 2 answers | 0

2

answers

Question


What is the Shape of the Spectrum?
Hello Guys!!! I'm trying to solve Q1 and Q2 in the attached document 'PracticalWork_1920.pdf '. dt is the duration of each wav...

6 years ago | 0 answers | 0

0

answers

Question


Colour of legend doesn't change?
This is my plotting code %% %The Spectrum figure(5); S1 = (a.^2).*0.5; plot(f,S1,'b'); hold on; plot(f,S,'r'); legen...

6 years ago | 1 answer | 0

1

answer