Community Profile

photo

Omer Acil


Last seen: 1 year 前 自 2020 起处于活动状态

统计数据

  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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

4 years 前 | 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...

4 years 前 | 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: ')...

4 years 前 | 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...

4 years 前 | 0 个回答 | 0

0

个回答