Community Profile

photo

muhammad usman


Last seen: ungefär 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

ungefär 4 år ago | 2 answers | 0

2

answers

5

answers

Question


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

ungefär 4 år ago | 0 answers | 0

0

answers