Community Profile

photo

Sachin Motwani


Last seen: más de 3 años hace Con actividad desde 2019

Estadísticas

All
  • Thankful Level 2
  • Thankful Level 1
  • First Review
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


Legends not matching colors
My legends are not matching the colors I labeled. Yu = rand(1000, 1); Yn = randn(1000, 1); plot(Yn,'g'), hold on, plot(Yu, 'r...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


wavelet2 function: Suggest an alternative
I am refering a book on Wavelet Transform for MATLAB code namely, 'An introduction to Wavelet Transform: A signal processing app...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to simulate Optical Wireless communication (OWC) TX and RX?
Wanted to simulate LiFi (Light Fiedality). Is at all possible through Simulink or some toolbox?

más de 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
Display the most occuring categorical element in the column
Got my answer. It's the 'mode' function simply.

más de 3 años hace | 0

| aceptada

Pregunta


Display the most occuring categorical element in the column
For a dataset's column of categorical values, how to display the most occuring element in the column?

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Where to buy 'Digital Image Processing Using MATLAB, 3rd edition Gonzalez Woods' in India?
I am from India and looking to buy the above mentioned book. However, the mathworks website only directs me to the amazon link f...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to get image input in MATLAB App?
I wish to create my own image processing app where I want to perform filtering of the image. Is there a way to accept an image a...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create a noisy signal for wavelet transform practice?
I was trying the Wavelet toolbox; wherein they have the file 'noisysig.mat'. It contains three variables s1, s2 and x. I unders...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot complete 3D RGB color space (gamut) in matlab?
How to plot all the available RGB colors' gamut plot in matlab? (The below plot is exactly what I wish to draw)

más de 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Why the image color bar doesn't contain certain color (Red, in particular)
I used the following code in order to explore RGB images X = imread ('parrot.jpg'); image(X); colorbar The output Why doe...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to suppress all the outputs during assignment of multiple variables with the same value? [To improve presentation]
We can use the function following: deal() Useage: X = imread('parrot.jpg'); [R, G ,B] = deal(X); Source: Got my answer fr...

más de 3 años hace | 0

| aceptada

Pregunta


How is making zero of a component in an RGB image different from taking individual array color panel?
I tried to implement the following code X = imread ('parrot.jpg'); %Method 1 figure; sgtitle ('Color planes of R, G & B inte...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to suppress all the outputs during assignment of multiple variables with the same value? [To improve presentation]
X = imread('parrot.jpg'); R,G,B = X; I am trying to assign multiple variables (here; R, G & B) with the same value (i.e., X). ...

más de 3 años hace | 2 respuestas | 0

2

respuestas