Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Omid Abootalebzadeh
Beautiful drawing
Commits
af2039e4
Commit
af2039e4
authored
Apr 28, 2021
by
Omid Abootalebzadeh
Browse files
Add new file
parent
fd9155cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
flower105.m
0 → 100644
View file @
af2039e4
%in the name of God
hold
on
r
=
7
;
turn
=
50
;
tetha
=
0
:
0.003
:
2
*
turn
*
pi
;
r1
=
randi
(
15
);
r2
=
randi
(
200
);
speed
=
r1
+
1
/
r2
;
x
=
cos
(
tetha
)
*
r
+
cos
(
speed
*
tetha
)
*
7
;
y
=
sin
(
tetha
)
*
r
+
sin
(
speed
*
tetha
)
*
7
;
plot
(
x
,
y
,
'color'
,
[
255
/
255
,
117
/
255
,
255
/
255
]);
turn
=
50
;
tetha
=
0
:
0.003
:
2
*
turn
*
pi
;
r1
=
randi
(
15
);
r2
=
randi
(
200
);
speed
=
r1
+
1
/
r2
;
x
=
cos
(
tetha
)
*
r
+
cos
(
speed
*
tetha
)
*
7
;
y
=
sin
(
tetha
)
*
r
+
sin
(
speed
*
tetha
)
*
7
;
plot
(
x
,
y
,
'color'
,
[
139
/
255
,
193
/
255
,
255
/
255
]);
turn
=
50
;
tetha
=
0
:
0.003
:
2
*
turn
*
pi
;
r1
=
randi
(
15
);
r2
=
randi
(
200
);
speed
=
r1
+
1
/
r2
;
x
=
cos
(
tetha
)
*
r
+
cos
(
speed
*
tetha
)
*
7
;
y
=
sin
(
tetha
)
*
r
+
sin
(
speed
*
tetha
)
*
7
;
plot
(
x
,
y
,
'w'
);
ylabel
(
[
'http://yon.ir/c666666'
]
)
axis
equal
;
axis
([
-
16.1
16.1
-
16.1
16.1
])
print
-
dpng
figure
.
png
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment