photo

sami ullah


Last seen: 19 días hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

17 Preguntas
0 Respuestas

CLASIFICACIÓN
29.112
of 300.379

REPUTACIÓN
1

CONTRIBUCIONES
17 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
52.94%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.931

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.299

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


I have to generate transition probability matrix from sample data.
I have the following code of generating transition probability matrix. data=randi(12,[5,3]); %%First bin data into categorie...

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

1

respuesta

Pregunta


How to calculate bit error rate of two images?
I have the Formula that i want to implement in Matlab..

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

1

respuesta

Pregunta


How to Change Array Values with some Random numbers
I have an array of size (1x12) consisting of following values: K=12 34 56 57 3 5 77 88 65 12 33 44 I have to change each value...

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

1

respuesta

Pregunta


Read images from folder
I have the following code for reading 200 images from a folder. for i=1:200 img(i)=imread('..\TRAINING SET\a(i).BMP','bmp'); ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to print some numeric value by using xlabel in subplot?
I have following code: figure NC = 0.79 % May be any value returned from some function. subplot(3,4,); imshow(extracted_wate...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can we replacing the pixel values of RGB image under bounding box with some random pixel values?
I have the following code: clear all clc faceDetector = vision.CascadeObjectDetector; I = imread('visionteam.jpg'); ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to retrieve pixel values from bounding box of an image.
Following is a code to create a bounding box of the detected face. clear all clc faceDetector = vision.CascadeObjectDetector;...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to divide 8 bit binary into two 4 bit?
For example A=11001111, i want to break it as A1=1100 and A2=1111. How it can be done in matlab?

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to test non-linearity of array (1x256 double)?
Can i check whether my array of size 1x256 double is a non linear or not.? For example i have a following array A: 20 40 26 13...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


convert binary to hex
I have a binary 256 bit. i.e 1x 256 char. I have to convert it to hex then to decimal. How it will be done?

alrededor de 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Take Xor between Hexadecimal and binary
For example, I have the following data A= 1x6 char: 1caffe And another stream of bits B=111111110000101011110111 I ahve to t...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


convert 262144x1 into 1x262144.
I have the following: 256x1 double, I want to convert it into 1x256 double. How it will be done? for example if we have 5x1 dou...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


convert 128x2 char to 1x64 char
How can I convert 128x2 char to 1x64 char

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matrix Dimensions must agree
Error using + Matrix dimensions must agree. Error in embed_dwt_hsd_svd (line 43) HSw_hat = alpha.*Sw + HSw;

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Double inputs must have integer values in the integer range when mixed with integer inputs
I have attached the matlab code file. When i run Encryption_Decryption_total_process.m file. It gives the following error: Doub...

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

0

respuestas

Pregunta


Double inputs must have integer values in the integer range when mixed with integer inputs.
Double inputs must have integer values in the integer range when mixed with integer inputs. Error in Encryption_Decryption_to...

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

1

respuesta

Pregunta


How to run encoder.m file .following message appears: Undefined function or variable 'raw_message'? appears as i press run button
How to run encoder.m file downloaded from the matlab website . Undefined function or variable 'raw_message'? appears as i press...

casi 7 años hace | 0 respuestas | 0

0

respuestas