Ahmed Alhawaj
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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*...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 2 件の回答 | 0