![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8852997_1522129763036_DEF.jpg)
Abu Yamen
Followers: 0 Following: 0
Statistics
RANK
137 027
of 297 046
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
draw empty box by use for loop
if some one can help to correct this code we need function to read ch like * and width ,length from user and draw the box ...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
draw empty box by use for loop
if some one can help to correct this code we need function to read ch like * and width ,length from user and draw the box ...
ungefär 8 år ago | 0 answers | 0
0
answersI got a task From my group studying class the Question is Quite confusing and I'm New to matlab. Here Is my Question and Plz Help me guys.
we should not use loop in this q only we can use find function and size then fprintf
ungefär 8 år ago | 0
Write a function drawBox which draws boxes on the screen
function []= drawBox('s',w,h) ch =input('ch-ch ','s'); w =input('width : '); h =input('hight : '); x = repmat(ch, h, w...
ungefär 8 år ago | 0
Question
how can we compered every element in array with input element entered by user and retrieve the biggest number
A little school building has 10 classrooms of various sizes. Each semester the school runs several classes that must be schedule...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
plot range -pi to pi
how we can plot sine, cosine and tangent on one Figure window ,my problem was the range --> -π < θ < π.
ungefär 8 år ago | 1 answer | 0