photo

Dhruv G


Last seen: etwa 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

0 Fragen
10 Antworten

Cody

0 Probleme
25 Lösungen

RANG
3.561
of 300.381

REPUTATION
16

BEITRÄGE
0 Fragen
10 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
 of 20.941

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
19.796
of 168.477

BEITRÄGE
0 Probleme
25 Lösungen

PUNKTESTAND
270

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

| akzeptiert

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 1

| akzeptiert

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

mehr als 4 Jahre vor | 0

| akzeptiert

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

Beantwortet
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)...

mehr als 4 Jahre vor | 0