Respondida
how gabor filter will work in images?
http://in.mathworks.com/matlabcentral/fileexchange/44630-gabor-feature-extraction http://www.sciencedirect.com/science/article/...

más de 9 años hace | 1

Respondida
How can i make an array of 100 images ?
for example if u have images named as 1.jpg,2.jpg,....n.jpg then for i = 1:no_of_images currentimage = imread( sprintf('...

más de 9 años hace | 0

Respondida
hey guys could you help me
http://www.mathworks.com/matlabcentral/fileexchange/12623-bpsk-over-awgn-channel/content/psk.m

más de 9 años hace | 0

Respondida
How to save each iteration of nested for loops?
ErrRMSE(step1,step2,step3,step4,step5) = sqrt(sum((Difference).^2)/1099);

más de 9 años hace | 0

| aceptada

Respondida
help with area and volume cyclinder?
http://www.mathworks.com/matlabcentral/newsreader/view_thread/332949 http://www-pord.ucsd.edu/~kdrushka/matlab/notes-5.pdf

más de 9 años hace | 0

Respondida
looping a code efficiently
eval(['your_variable' num2str(iiterration_variable)]) for example for n=1:100 eval(['v_' num2str(n)]);end

más de 9 años hace | 0

| aceptada

Respondida
Input argument "alpha" is undefined.
before using a variable alpha in function you must use that variable alpha.It may be initialization or some other value

más de 9 años hace | 0

Respondida
Save 2 Figures from GUI
http://in.mathworks.com/matlabcentral/answers/86693-save-axes-plot-as-fig-in-a-gui

más de 9 años hace | 0

Respondida
How can I add a filter to remove certain frequencies?
http://www.mathworks.in/help/signal/ug/filtering-data-with-signal-processing-toolbox.html

más de 9 años hace | 0

Respondida
how do i make iterations?
http://www.mathworks.in/help/symbolic/mupad_ref/for.html

más de 9 años hace | 0

Respondida
Accessing elements of a large cell array inside a MAT file?
first load the .mat file.then you will have all the variables in your workspace.Now you can directly access the variables

más de 9 años hace | 0

Respondida
How do I set a background Color in Plots?
figure('Color',[0.8 0.8 0.8]); set(gca, 'color', [1 1 0])

más de 9 años hace | 1

Respondida
How multiclass classification using neural network is done?
http://www.mathworks.in/help/nnet/examples/wine-classification.html

más de 9 años hace | 1

| aceptada

Respondida
why do i reaceive this masage Undefined function 'insertShape' for input arguments of type 'int32'.
change the data type suitable for your function

más de 9 años hace | 0

| aceptada

Respondida
I want to display name of variable in msgbox instead of its value. for example;
msgbox('The minimum value is of d3 ')

más de 9 años hace | 0

Respondida
Convert Excel String time to number
HAVE U SEEN THIS http://www.mathworks.in/help/matlab/ref/str2num.html

más de 9 años hace | 0

Respondida
hi... i want to store the output of matlab program into workspace
to save: :save filename variable_name to load:load filename

casi 10 años hace | 0

Respondida
how to observe digital outputs in simulink?
http://www.mathworks.in/help/daq/create-a-clock-using-counter-channel-for-digital-acquisition.html http://www.mathworks.in/help...

casi 10 años hace | 0

| aceptada

Respondida
real coded Genetic algorithm
http://www.mathworks.in/help/gads/examples/performing-a-multiobjective-optimization-using-the-genetic-algorithm.html http://ww...

casi 10 años hace | 0

Respondida
how can i resolve this error???
u can use bitshift.If so you need to set ASSUMEDTYPE refer http://www.mathworks.in/help/matlab/ref/bitshift.html#btig8kn-1

casi 10 años hace | 0

Respondida
Calling Functions in a script
http://www.mathworks.in/help/matlab/ref/function.html and http://www.mathworks.in/help/matlab/learn_matlab/calling-functions.ht...

casi 10 años hace | 0

| aceptada

Respondida
how to train a model to predict the corrosion rate using neural network in matlab?
http://www.mathworks.in/help/nnet/ug/neural-network-training-concepts.html

casi 10 años hace | 0

| aceptada

Respondida
how to get rid of uint8 type error?
Convert the data to a type that is supported by your particular function

casi 10 años hace | 1

Respondida
welcom please help me
http://ijergs.org/files/documents/BIOMETRIC21.pdf and http://www.sersc.org/journals/IJDTA/vol1_no1/papers/07.pdf and http://w...

casi 10 años hace | 0

Respondida
I'm using Matlab 7.0. How can I call a function? "File/New/Function" is missing.
you need to create a .m file .And the file name must same as the function name

casi 10 años hace | 1

| aceptada

Respondida
How to delete a variable in a MAT-file, which corresponds to an instance of matlab.io.MatFile
http://www.mathworks.in/matlabcentral/fileexchange/40532-remove-varables-in-mat-file-s-

casi 10 años hace | 0

Respondida
how to perform training and testing using SVM classifier?
http://www.csie.ntu.edu.tw/~cjlin/talks/cwi.pdf

casi 10 años hace | 0

Respondida
How compare pixels from two images to find a match?
http://stackoverflow.com/questions/8938817/image-comparison-using-matlab

casi 10 años hace | 1

Respondida
how to perform training and testing using SVM classifier?
http://www.mathworks.in/matlabcentral/fileexchange/33621-fast-linear-binary-svm-classifier and http://www.mathworks.in/matla...

casi 10 años hace | 0

Respondida
What is the meaning of "-largeArrayDims"?
http://www.mathworks.in/matlabcentral/answers/99144-how-do-i-update-mex-files-to-use-the-large-array-handling-api-largearraydims...

casi 10 años hace | 0

Cargar más