photo

HAMZA NASSAR


Last seen: 대략 1년 전 2018년부터 활동

Followers: 0   Following: 0

통계학

All
  • First Submission
  • Explorer
  • First Review
  • Thankful Level 1
  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

제출됨


Nurbs _ Bezier Extraction
Nurbs _ Bezier Extraction

4년 초과 전 | 다운로드 수: 1 |

답변 있음
3D plot over triangular grid
use delaunay

4년 초과 전 | 0

질문


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( ...

4년 초과 전 | 답변 수: 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

5년 초과 전 | 답변 수: 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)); ...

대략 6년 전 | 0