![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/hamzawe12017gmailcom_1520274080445_DEF.jpg)
HAMZA NASSAR
Followers: 0 Following: 0
Statistik
RANG
7.076
of 297.046
REPUTATION
6
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
3
RANG
15.274 of 20.422
REPUTATION
10
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
1
ALL TIME DOWNLOADS
109
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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')
mehr als 4 Jahre vor | 3
Frage
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( ...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortCan 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)); ...
mehr als 6 Jahre vor | 0