photo

muhammad usman


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Write a function called draw_constellations that takes no input arguments and returns no output arguments. Instead, it obtains its input via the function ginput.
Write a function called draw_constellations that takes no input arguments and returns no output arguments. Instead, it obtains i...

4년 초과 전 | 답변 수: 2 | 0

2

답변

5

답변

질문


What is wrong with my code ?
function coded = caesar(a,b); x = length(a); y = double(a); for i = 1:x y(i) = y(i) + b; if y(i) > 126; j = y(i)- ...

4년 초과 전 | 답변 수: 0 | 0

0

답변