![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/hassanelkholy6gmailcom_1520397199865_DEF.jpg)
hassan elkholy
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
79,698
of 297,046
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how can i write function to display matrix?
how can i write function to display a zero matrix and its diagonal calculated by function f(n) = f(n-1)+2f(n-2)+3 it has onl...
4 years ago | 1 answer | 0
1
answerQuestion
how to solve equation and mark value on its graph?
Let's say r = 200 ohm, and c = 200 microF I have the following equation Vc = V*(1-exp(-t./(R*C))); and I need to solve it to...
4 years ago | 1 answer | 0
1
answerQuestion
how can i plot this equation?
how can i plot this equation? x=0.1:1 y= x^3 ln (1/x)
4 years ago | 1 answer | 0
1
answerQuestion
i want to plot an log function
i want to plot this equation y=(r^3) ln (1/r) and i use the following code r = 0.01:0.001:1; y = (r^...
4 years ago | 1 answer | 0
1
answerQuestion
if i have poles and zeros of a transfer function, how to obtain this transfer function ???
if i have poles and zeros of a transfer function, how to obtain this transfer function ???
4 years ago | 1 answer | 0
1
answerQuestion
how can i include both linear and logarithmic scales in one plot???
how can i include both linear and logarithmic (dB) scales in one plot code figure; plot(w,20*log10(abs(p))) grid
4 years ago | 1 answer | 0
1
answerQuestion
how can i include both linear and logarithmic scales in one plot???
how can i include both linear and logarithmic (dB) scales in one plot code figure; plot(w,20*log10(abs(p))) grid
4 years ago | 1 answer | 0
1
answerQuestion
i need to convert data from hourly data to daily data and plot these data
i have hourly data in an excel sheet for a year and these data per hour but i need to plot it per day, how to do this please th...
4 years ago | 1 answer | 0
1
answerQuestion
how to find the largest number in the first 13 number in an array?
in a new array, i need to exract the largest number in the first 13 numbers in a certain array then the largest number in the ...
4 years ago | 2 answers | 0