photo

Yogesh


Last seen: 5 days 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


How to assign pair of values to a single aeeay in the matrix using two different vectors
fsine=50e6:0.4e9:3e9; Vp=0:0.5:3; I need to form a matrix such that columns correspons to different Vp for a single fsine...

23 days 前 | 2 个回答 | 0

2

个回答

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

1 month 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

1 month 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

1 month 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 month 前

提问


How to find RMS bandwidth of the below signal
L=10; n=1.45; c=2.9979e8; dt=6e-12; T=10*2*L*n/c; fmax =2.5e9 %fs=80*fmax; TA=-T/2:dt:T/2; fs=1/dt; %t = (-T/2/...

1 month 前 | 1 个回答 | 0

1

个回答