hanish h


xyz

2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 1

2

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변