photo

Zia Ur Rehman


Last seen: más de 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
5 Respuestas

CLASIFICACIÓN
152.995
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
0 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • First Review

Ver insignias

Feeds

Ver por

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0