photo

Raghav


Last seen: 2年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

Student

統計

All
MATLAB Answers

0 質問
7 回答

Cody

0 問題
2 解答

ランク
4,461
of 297,503

評判
12

コントリビューション
0 質問
7 回答

回答採用率
0.00%

獲得投票数
2

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
65,090
of 159,017

コントリビューション
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年以上 前

回答済み
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前