Dhruv G - MATLAB Central
photo

Dhruv G


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

Student at IIT Madras. Building Race Cars, Interested in AI and Quantum Computing

統計

All
CodyMATLAB AnswersFrom 11/20 to 03/25Use left and right arrows to move selectionFrom 11/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
10 回答

Cody

0 問題
25 解答

ランク
3,344
of 297,851

評判
16

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

回答採用率
0.00%

獲得投票数
1

ランク
 of 20,493

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
18,434
of 159,663

コントリビューション
0 問題
25 解答

スコア
270

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 2
  • First Answer
  • MATLAB Central Treasure Hunt Finisher
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How can I classify a fruit based on its color into white(unripe), turning, ripe using color image processing in matlab. Is there any code for it or some ideas on how to do it.
If the fruit occupies most of the image you can get the RGB values of a cluster of pixels near the center of the image and avera...

3年以上 前 | 0

回答済み
Merge struct with matrix
say the structure is named s, s.outputSignal = modelOutputSignal; adds the matrix as an element to the structure. You ca...

3年以上 前 | 0

回答済み
Sort entire 3D matrix
You'd have to flatten the matrix into a 1d vector, sort that, then reshape it back to the initial shape. See https://in.mathwork...

3年以上 前 | 0

| 採用済み

回答済み
First time passage distribution fitting
https://in.mathworks.com/matlabcentral/fileexchange/73599-map-m-s-g-solver-for-steady-state-and-first-passage-times The above l...

3年以上 前 | 0

回答済み
Change a specific color in an image to another one
The issue here is you aren't changing redChannel, blueChannel or greenChannel anywhere. I'm not sure what you are trying to do w...

3年以上 前 | 0

回答済み
Decision Branching, modification Script
if doPlot plot(density) title("Sample Densities") xticklabels(element) ylabel("Density (g/cm^3)") end

3年以上 前 | 1

| 採用済み

回答済み
Create a mask of a rectangular region
https://in.mathworks.com/help/images/ref/imroi.createmask.html#mw_e3abf7da-98e3-4f78-894d-422543e67069 should be what you are lo...

3年以上 前 | 0

| 採用済み

回答済み
Relationship between (i & j) of a nested for loop and (x & y) coordinates?
As @KSSV has noted, the for loop just means that the indices will increase while the loop runs. In a table, what you've drawn is...

4年弱 前 | 0

回答済み
write a script to find the sum of an array of numbers of the form 2n-10, n = 1,2,…, 10.
Think about how the ':' is used when defining an array within parantheses or in square brackets. Think about how multiplying an ...

4年弱 前 | 0

回答済み
Error when using abs: Too many input arguments
If you type 'U' in the command window you would find that it is an array of symbolic equations (or expressions I'm not too sure)...

4年弱 前 | 0