photo

muhammad usman


Last seen: oltre 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 4 anni fa | 2 risposte | 0

2

risposte

5

risposte

Domanda


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)- ...

oltre 4 anni fa | 0 risposte | 0

0

risposte