Zia Ur Rehman
Followers: 0 Following: 0
Statistik
0 Fragen
5 Antworten
RANG
193.091
of 295.467
REPUTATION
0
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
text file I/O
Hi folks, please check my code and suggest me if I can improve this function charnum = char_counter(fname,character) fid = fo...
etwa 2 Jahre vor | 0
Write a function called get_distance that accepts two character vector inputs representing the names of two cities. The function returns the distance between them as an output argument called distance. For example, the call get_distance('Seattle, WA'
Hi folks, plz check my code and plz tell me if I can improve this. function distance = get_distance(a,b) [~, ~, data] = xlsre...
etwa 2 Jahre vor | 0
caesar cyphor encryption problem .
Hi folks, I write this code, this is working fine with the problem. Need further improvement if any from seniors as I'm very n...
etwa 2 Jahre vor | 0
Caesar's cypher is the simplest encryption algorithm. It adds a fixed value to the ASCII (unicode) value of each character of a text. In other words, it shifts the characters. Decrypting a text is simply shifting it back by the same amount, that is,
Hi folks, I write this code, this is working fine with the problem. Need further improvement if any from seniors as I'm very n...
etwa 2 Jahre vor | 0
next prime number using While loops
My code is running very well. if there is any mistake plz mention me because I'm very new in coding. function k = next_prime(n...
etwa 2 Jahre vor | 0