Community Profile

hanish h


xyz

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 1

2

answers

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer