photo

shivam sahil


Last seen: oltre 4 anni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

10 Domande
2 Risposte

RANK
109.793
of 297.503

REPUTAZIONE
0

CONTRIBUTI
10 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
20.0%

VOTI RICEVUTI
0

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer
  • Revival Level 1
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Is it possible to create a Camera Driver with Matlab?
I am trying to create a seperate camera driver using Matlab. I came acrosss this article. But when I open it, it shows no camera...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


How to do synchronisation in audioplayer Matlab?
I am trying to play 4 sounds one after one using playblocking function. Is there anything lik asynchronizing until one song is d...

circa 5 anni fa | 0 risposte | 0

0

risposte

Risposto
How to recieve data serially from my arduino to raspberry pi via matlab?
Hey peeps, I found the answer to this question. Actually the values printed here are ASCII codes of actual characters. In case y...

circa 6 anni fa | 0

| accettato

Domanda


How to recieve data serially from my arduino to raspberry pi via matlab?
here is my code. After complete configuration: mypi=raspi(); myserialdevice = serialdev(mypi,'/dev/ttyAMA0',9600); output =...

circa 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Superimpose multiple images with same colormap
This might help: final_image=imoverlay(image1,image2,[1 0 0]); %1 0 0 corresponds to red overlaying if you want any othe...

quasi 7 anni fa | 0

Domanda


How to segment rocks from the given image?
Since background and rock are having the same color, I needed to segment the given image by some means. I tried using rgb and hs...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to get access to control system of a usb device using matlab?
I connected a USB microscope in Matlab using the code: cam=webcam(2); %2 stands for the second port 1 is for the webcam ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to count frequency of particles with particular area and store them as data?
This is the negative image of a soil sample, I need to set a lower limit for the area for example 0.01 square units. Above that ...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How do I segment the black spherical looking regions and remove unnecessary noise?
This is the image of a soil sample, I processed it to convert it into complete black and white binarized image. After that, I us...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How to get a plot value of colour rather than rgb in Histogram plot?
Using the function imhist() we could easily plot rgb profile of a given image, I was just wondering whether there is a y method ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


What is the significance of averaging two or multiple images in matlab?
While going through Image processing I came across this code to find the average of two images: I = imread('rice.png');...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Why is my image not being inverted?
So I am trying to process a RGB image, by converting it first to Greyscale and then carrying out further processing. Here is ...

oltre 7 anni fa | 0 risposte | 0

0

risposte