HAMZA NASSAR
Followers: 0 Following: 0
統計
All
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How can I apply data labels to each point in a scatter plot in MATLAB 7.0.4 (R14SP2) ?
text (x(1),y(1),'AA')
How can I apply data labels to each point in a scatter plot in MATLAB 7.0.4 (R14SP2) ?
text (x(1),y(1),'AA')
約4年 前 | 3
質問
Best fit an Ellipse from Imperfect Data and determine outer boundary as u show on this picture and this code ,I want the code achievement the plot in the figure
function ellipse_t = fit_ellipse( x,y,d,g ) % initialize orientation_tolerance = 1e-3; % empty warning stack warning( ...
5年弱 前 | 0 件の回答 | 0
0
回答質問
How to calculate a specific area and a specific angle by processing the images as described in the PDF file
How to calculate a specific area and a specific angle by processing the images as described in the PDF file
6年弱 前 | 0 件の回答 | 0
0
回答質問
How do I solve this sigma_tt in numerical analysis
%% sv=95; sh=50; sH=50; Pp=49; v=0.15; inc=0 theta=linspace(0,360,40); az=0; r=0:0.1:3.98; % wellbore itself) sx = s...
約6年 前 | 0 件の回答 | 0
0
回答質問
How can I do a drawing of this shape؟
%File of Result of stress by FEM v=0.35;% Poission ratio sv=66;% vertical stress sh=45;% min horizontal stress Pp=30;% pore ...
6年以上 前 | 1 件の回答 | 0
1
回答回答済み
Can anyone help me to fix my 1D NonLinear General FEM Code?
if true % code function [dydx]=d(y,x) for i=1:1:length(x) if i==1 dydx(i)=(y(i+1)-y(i))/(x(i+1)-x(i)); ...
Can anyone help me to fix my 1D NonLinear General FEM Code?
if true % code function [dydx]=d(y,x) for i=1:1:length(x) if i==1 dydx(i)=(y(i+1)-y(i))/(x(i+1)-x(i)); ...
6年以上 前 | 0