photo

Eliza


Con actividad desde 2017

Followers: 0   Following: 0

Mensaje

Student,Math lover

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


which best classifier for non-separable data?
which one of logistic Regression , SVM ,perception linear classifier is better for classifying non linearly separable data? why?...

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

0

respuestas

Pregunta


how to implement cyclic cross over in matlab ?
I found one code on the internet but the input and output is not understandable <https://github.com/estsauver/GAOT/blob/master...

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

0

respuestas

Pregunta


what is the name and meaning of this symbol?
what is the name and meaning of this symbol? after the arrow in the attached image

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

1

respuesta

Pregunta


why knn classifier accuracy for multi class dataset is low?
I have data set consist of 296 features for 37 class. The data set is ordered according to the classes. I trained and test the d...

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

1

respuesta

Pregunta


can I convert multiple png images to bmp images in matlab without effect on the quality of the images?
I used the following code and the ouput of some images are completely black d=dir('*.png'); for i=1:length(d) ...

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

1

respuesta

Pregunta


how can I append this format using dlmwrite ?
I wanna the result in the text file to be 1 2 4 A 5 6 7 B 8 9 0 C I used this formula but the result is not what...

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

1

respuesta

Pregunta


what kind of enhancement for this code can I do to get more precise result?
This code to find parameter of the camera matrix I wanna more precise result by taking more extra points then find the average a...

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

0

respuestas

Pregunta


how to display instruction when the cursor on the edit box in matlab?
could I do it in matlab , I mean when the user put the cursor on the edit box I wanna display instruction about the values to be...

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

1

respuesta

Pregunta


why I am getting Inf as result of PSNR?
I used PSNR to compare between the extracted watermark(wex.jpg) and the original watermark (msg.jpg) the result is Inf could an...

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

1

respuesta

Pregunta


Extract watermark from any size image ?
I wanna to generalize this extraction code to work to any image size , It was basically for only extraction 512*512 Image , I wa...

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

1

respuesta

Pregunta


how I can measure the robustness of watermark?
I am working on one of the watermarking algorithm, I wanna measure the robustness of the watermark Image the PNSR used for ori...

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

1

respuesta

Pregunta


What is the meaning of this error in reading PNG image?
I am using Matlab2015b when I read png Image this error appear what does it mean ? How I can resolve it? p=imread('peppers...

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

0

respuestas

Pregunta


How I can check the button if enabled or disabled in MATLAB?
I wanna use if condition to check if the button is Enable or Disable can I do that ?

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

2

respuestas

Pregunta


Error when I reset my interface ?
I have clear button that reset all interface component so I can start new operation without needing to close and open the interf...

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

0

respuestas

Pregunta


How to display result in matlab without this format 1.0253e+04?
I wanna display the result as real number

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

2

respuestas

Pregunta


displaying system format?
could I display system as x*[25 64 144]+y* [5 5 12]+z*[ 1 1 1]=[ 289 345 123] but...

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

1

respuesta

Pregunta


why the result is not decimal?
here is my code i wanna display b as decimal not the division operation as you see, any help please? syms x y z ...

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

1

respuesta

Pregunta


why i am not getting the exact answer when i use lu built in function?
A=[25 5 1;64 8 1;144 12 1]; C=[106.8;177.2;279.2]; [L,U] = lu(A) L = 0.1736 1.0000 0 0.4444 0.914...

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

1

respuesta

Pregunta


incorrect result in solving system using MATLAB ?
I am trynig to solve the following system (mat=coefficient matrix,B=output matrix) mat = 1 2 6 ...

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

3

respuestas

Pregunta


incorrect result in solving system using MATLAB ?
Iam trynig to solve the following system (mat=coefficient matrix,B=output matrix) mat = 1 2 6 ...

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

0

respuestas

Pregunta


how to save work space command in script file
is there anyway to save my work space command into script file ? I want all my command i write it in work space to be in script...

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

1

respuesta

Pregunta


the meaning of @ in this equation?
what is the meaning of this expression? f=@(x) x.^2-2;

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


can any one help me to plot this function and midpoint each time will be calculated ?
can any one help me to plot this function and midpoint each time will be calculated ? % % function [x,n2] = c...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plotting function step by step by GUI?
I would like to create matlab GUI that takes function from the user and produce plot for that function step by step , when the u...

casi 7 años hace | 1 respuesta | 0

1

respuesta