Marilou - MATLAB Central
photo

Marilou


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 10/19 to 01/25Use left and right arrows to move selectionFrom 10/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
1,534
of 296,405

REPUTATION
44

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
21

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
caesar cyphor encryption problem .
function coded= caesar(string,shift) value=string+shift; for i=1:length(value) while value(i)<32 value(i)=valu...

5 years ago | 21

Question


matlab loops/if statements help for a beginner
Hello!I know that my code is totally wrong, but since i do not have a teacher I would like some help, in order to learn to think...

5 years ago | 2 answers | 0

2

answers
Go to top of page