hanish h


xyz

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how can i type a letter in single quotes?
fprintf('''Q''') >>> it gives 'Q' right but i want it the prompt in next line so i type fprintf('''O''/n'); >>> 'O'/...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can we supress ans?
while_example(2) „numdigit“ 2 ans = „numdigit“ 2 how can we stop repeating ans huh while my answer is already ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


diffrence between rem and mod
mod(4,-10) ans = -6 >> rem(4,-10) ans = 4 guys could you tell me in simple language whats is diffre...

alrededor de 9 años hace | 2 respuestas | 1

2

respuestas

Pregunta


how to add elements in matrix
actually my output argument is ab function c=x(ab) c=sqrt(a^2+b^2); end x(3 4) i want the answer 5 i dont know...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how can i make a single column matrix
function [v] = int_col(n) v = rand([n;-1;1]); end in command window int_col(6) Error using rand ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta