Community Profile

photo

Raghav


Last seen: bijna 2 jaar ago Active since 2022

Followers: 0   Following: 0

Student

Statistics

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

View badges

Feeds

View by

Answered
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+(...

bijna 2 jaar ago | 0

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

bijna 2 jaar ago | 0

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

bijna 2 jaar ago | 1

| accepted

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

bijna 2 jaar ago | 0

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

bijna 2 jaar ago | 1

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

bijna 2 jaar ago | 0

| accepted

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

bijna 2 jaar ago | 0