photo

Raghav


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Student

统计学

All
MATLAB Answers

0 个提问
7 个回答

Cody

0 个问题
2 个答案

排名
4,448
of 297,457

声誉
12

贡献数
0 个提问
7 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
65,067
of 158,938

贡献数
0 个问题
2 个答案

评分
50

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Commenter
  • Promoter
  • Knowledgeable Level 1
  • First Answer
  • MATLAB Central Treasure Hunt Finisher
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

2 years 前

已回答
How to generate noise signal with desired max and min signal?
Hi @Sabella Huang You can use tha rand() function to get a random noise signal in range of (a,b) by writing the expression: a+(...

2 years 前 | 0

已回答
Pattern Pie chart plot
Hi @Shariful Islam You can use the pie() function in MATLAB to make such a piechart. You can use a 'labels' array to label your...

2 years 前 | 0

已回答
Problem with custom function
Hi @Pietro Fiondella In the function definition: function BESSsize = Bsize(x,y,z) 'BESSsize' is the variable which will be re...

2 years 前 | 1

| 已接受

已回答
Error coming as Not enough input arguments
Hi @Arjun Gupta, There are a few problems in this function. First input argument 't' is not used anywhere in the function, s...

2 years 前 | 0

已回答
how to find the number of pixels in the white region of a binary image
Hi @Rah Ul As white pixels have a value=1 (and black pixels' value=0), doing sum of pixel values can return the total number of...

2 years 前 | 1

已回答
how to generate a vector of binary code
Hi @kurdistan mohsin, Use "arr=true(1,10)" or "arr=false(1,10)" to generate a logical array named "arr" of size 1*10. But if y...

2 years 前 | 0

| 已接受

已回答
Can anyone please help me in plot of detaec' and taln. In this Iam getting error Error: Invalid expression. When calling a function or indexing a variable, use parentheses. Ot
Error: Invalid expression. When calling a function or indexing a variable, use parentheses. You are using detaec' as a variabl...

2 years 前 | 0

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

2 years 前