photo

Raghav


Last seen: 3년 초과 전 2022년부터 활동

Followers: 0   Following: 0

Student

통계

All
MATLAB Answers

0 질문
7 답변

Cody

0 문제
2 답안

순위
4,190
of 300,765

평판
12

참여
0 질문
7 답변

답변 채택
0.00%

획득한 표
2

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
70,088
of 170,941

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

3년 초과 전

답변 있음
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+(...

3년 초과 전 | 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...

3년 초과 전 | 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...

3년 초과 전 | 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...

3년 초과 전 | 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...

3년 초과 전 | 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...

3년 초과 전 | 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...

3년 초과 전 | 0

문제를 풀었습니다


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

3년 초과 전