hanish h


xyz

Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort