Feeds
질문
Reading lines from text file
Hello everyone; I have a homework to do but I am stuck at a part of it and I need your help. In the part I am stuck at is to re...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
Result of a function
Hello, function encStr=encrypt(s,key) encStr=char(s+key); end This is my base function I want to define a encStr to use it l...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
Suppressing ans in a function
function encStr = encrypt(s,key); prompt='Enter message to be encrypted: '; s=input(prompt,'s'); key=input('Enter the key: ')...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Using a variable in a different function in MATLAB
Hello everyone; I coded a function which you put a word inside and encrypts it. Now I am coding an another fucntion which decrp...
5년 초과 전 | 답변 수: 0 | 0
