photo

Muhammad Awais saleem


Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

Electrical Engineer

统计学

All
MATLAB Answers

4 个提问
0 个回答

File Exchange

1 文件

Cody

0 个问题
14 个答案

排名
161,928
of 300,771

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
17,024 of 21,084

声誉
5

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
55

排名
31,993
of 170,969

贡献数
0 个问题
14 个答案

评分
150

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver
  • First Submission
  • Explorer
  • First Review

查看徽章

Feeds

排序方式:

提问


Image Processing in GUI Error
i am working on Zooming of Image in MATLAB GUI i have sucessfully loaded image in MATLAB GUI but when i try to zoom it it give...

5 years 前 | 1 个回答 | 0

1

个回答

已解决


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

5 years 前

已解决


Find max
Find the maximum value of a given vector or matrix.

5 years 前

已解决


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

5 years 前

已解决


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

5 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5 years 前

已解决


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

5 years 前

已解决


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

5 years 前

已解决


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

5 years 前

已解决


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

5 years 前

已解决


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

5 years 前

已解决


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

5 years 前

已解决


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

5 years 前

已解决


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

5 years 前

已解决


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

5 years 前

已提交


Image Cropping/Segmentation
This is MATLAB script Based Project in which User can Enter Rows and Columns of image and can Get that specific part of image

5 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

提问


Video Processing Error codec not installed
Hi fellas i am trying to Perform video processing in MATLAB but when i read video file the Error pop up "The file requires t...

5 years 前 | 0 个回答 | 0

0

个回答

提问


MEB MAC protocol issue
hello to everyone i am working of MEB MAC protocol can someone help me out i don't understand how to make it code please someone...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Need to limit my voltage to 12 v
<< <</matlabcentral/answers/uploaded_files/107408/Capture1.PNG>> >> <</matlabcentral/answers/uploaded_files/107409/Capt...

8 years 前 | 0 个回答 | 0

0

个回答