Frage


how to find dent in a circle?
how to find dent in a circle?

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what should be the time duration of a video which can be supported by matlab?
what should be the time duration of a video which can be supported by MATLAB? My input video runs for 45 seconds. it is showing...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


My input video is in the format of mp4. Does matlab supports this file format?
My input video is in the format of mp4. Does matlab supports this file format?

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find intensity of a gray image?
how to find intensity of a gray image?

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is it possible to find the trajectory using MATLAB code?
is it possible to find the trajectory using MATLAB code? or we should use simulink only?This application use Aerospace Toolbox.

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to integrate arduino with MATLAB?
how to integrate arduino with MATLAB? which one is easier to integrate? Simulink or code?

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can we able to generate an image from the given pixel values?
imread of an image will gives pixel values in the command window.. can we regenerate the same image from the pixel value?

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is it possible to find the distance between the legs of a walking person using MATLAB?
is it possible to find the distance between the legs of a walking person using MATLAB? human walking video is the input..

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


does MATLAB is used in cameras?
I used a canon model camera. It tracks face exactly.. Plotting the border of face in red color. Does MATLAB is used in cameras t...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to display texts in gui itself?
For my present code, output (abnormal (or) normal) will appear in command window only. I need to display it in gui itself... how...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use vsim command to initiate modelsim
how to use vsim command to initiate modelsim... i wrote a code in image processing. i want to initiate modelsim at the output of...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to solve a simultaneous equation of 2 variables.
x+3y=5;2x+4y=4. In general maths, we can be able to find the values of 'x' and 'y' from the above equations. How to find it in M...

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


how to interchange array elements
my input is x=[11 12 13 14 15]. my output should be y=[15 12 13 14 11]. how to interchange particular values without disturbing ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


finding the position of a number?
a=[1 2 3;4 5 6] b=2 i should compare b with all elements of a and to find the corresponding position in a ... e.g., the answer...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to resize a given signal?
how to resize a given signal? My input signals are y2=[ 1 9385];yh=[1 37508]; I need to find y2+y5.

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to convert cell to matrix
how to convert cell to matrix

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to do downsampling using framelet toolbox?
how to do downsampling using framelet toolbox?

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to extract spline features from an image?
how to extract spline features from an image?

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


which number should be used to call a rfid device using matlab?
my objective is to write a matlab code, which could check the rfid tag. few numbers are mentioned in rfid tag. which number shou...

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to justify our output from the classifier?
i got some values after doing perceptron classification.My application is on medical image processing.i classified the features ...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what does 4D of an image indicates?
2D means, row and columns of an image.. 3D means.. row,column,RGB... in 4D, what are the dimensions it indicates?

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


is there any levels for classification?
a disease affected medical image needs to be classified. is there any levels in classification. The requirement was to do 2 leve...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create a folder to store the image obtained after addition of two images?
how to create a folder to store the image obtained after addition of two images?

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to contact MATLAB representatives in Chennai regarding sales?
One of the reputed Engineering college needs communication system toolbox. We dont know the sales representative of MATLAB in ch...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to identify the image which is not stored in database.
i stored 3 images in my database. Now a user giving one new image, which is not stored in database is given. it should net be au...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find distance between two neighbor cells of an image?
how to find distance between two neighbor cells of an image?

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to divide two structures?
A is a structure. B is a structure. i need to perform A/B. How to get it?

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to subtract frames?
addframe command is available in matlab to add frames. is der any command to subtract frames from the given video?

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to convert cell datatype into uint8?
how to convert cell data type into any of the following..logical, double, single, uint8, uint16, uint32, int8, int16, int32. my...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to compare images in a group?
i have 10 images in a group. i have to compare 1st image with 2nd using correlation. then i have to compare 2nd image with 3rd i...

mehr als 13 Jahre vor | 1 Antwort | 1

1

Antwort

Mehr laden