![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14659224_1548729187595_DEF.jpg)
Ahmed Alhawaj
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
163.122
of 297.016
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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 show the max point on a plot ?
I am having hard time figuring out a way to show the max point on a plot
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
Newton's method(calculating theta)
w = 30; h = 30; b = 3.5; % In inches f = @(theta) w*sind(theta) - h*cosd(theta) - b; fp = @(theta) w*cosd(theta)+h*sind(thet...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
Newton's method(calculating the angel)
%% Newton's method w = 30; h = 30; c = 3.5; % In inches f = @(theta) w*sind(theta) - h*cosd(theta) - c; fp = @(theta) w*cos...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
Bisection method (figuring out theta)
clc; clear; %% Initialize w = 30; h = 30; c = 3.5; % In inches %% Bisection a= 49.04; b = 50.5; f = @(theta) w*...
bijna 5 jaar ago | 1 answer | 0
1
answer0
answersQuestion
why do I get Array indices must be positive integers or logical values?
1-t=linspace(0,0.2); 2-wn=104; 3-uo=1; 4-zeta1=0.1; 5-zeta2=0.3; 6-zeta3=0.9; 7-wd1=wn*(sqrt(1-(zeta1^2))); 8-wd2=wn*(sqr...
ongeveer 5 jaar ago | 2 answers | 0