Feeds
질문
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 ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
대략 9년 전 | 답변 수: 0 | 0
0
답변답변 있음
I 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
I 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
대략 9년 전 | 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...
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...
대략 9년 전 | 0
질문
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...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
plot range -pi to pi
how we can plot sine, cosine and tangent on one Figure window ,my problem was the range --> -π < θ < π.
대략 9년 전 | 답변 수: 1 | 0

