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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答