![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3726588_1517140010997_DEF.jpg)
Dhines
m.g.r university
Followers: 0 Following: 0
Statistiques
RANG
13 509
of 297 016
RÉPUTATION
3
CONTRIBUTIONS
56 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
3
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
while connecting server via matlab , C? How to resolve? without using passwor
when im using system command. system('\*.exe -s serverhostname:port) its shows --> The server requests you to open the fo...
11 mois il y a | 1 réponse | 0
1
réponseQuestion
How to access Bus Ports parameter from action bar in Buscreator/Busselector blocks?
When programmatically change bus selector/bus creator block to bus element port block through clicking by option from action bar...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
when i'm trying to save as excel xls to xlsx format in actxserver it doesnot work
Im having file abc.xls , want to save this file as test.xlsx using actxserver it shows pop error file format extension not valid...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
i crop a small size of an image from my source image, again how to fix same position after modification of my small image?
am having 'cameraman.tif' is my source image, now i using imcrop fun and crop the image (having particular position). i enhanced...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
query.. not run in matlab r2009b????
a=audiorecorder(8000,8,1); record(a,5); b=getaudiodata(a); plot(b); play(a); wavwrite(8...
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
any one help me how to write audio file in 2009???
am using... this command a=audiorecorder(8000,8,1); record(a,5); play(a); wavwrite(8,'a.wav');... here my prob starts.. w...
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
when i run the coding for webcam based operation.. webcam not shows current atmosphere ??? its shows default images like graph??? how to correct it?
but work with preview it shows current images.. when run the coding its shows different.
environ 9 ans il y a | 1 réponse | 0
0
réponseQuestion
how to print the entered current key as astrick symbol in inputdlg / commandwindow????
pwd=input('enter the password: \n','s'); input2=input('enter pwd: \n','s'); b=length(pwd);b1=length(input2); ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
in matlab nested if statement not working properly?
if code==0411106200445 open('product1.txt'); elseif code==506002830376 open('product2.txt'); elseif cod...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
imwrite(im,'Z:\Mohan Emb 2015\FR_Templet','bmp')---- shows error.. first argu shld not string?????
imwrite(im,'Z:\Mohan Emb 2015\FR_Templet','bmp')... shows error first arg should not string... kindly clear this???
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
how to clear this error???
Attempted to access offset(1,:); index out of bounds because size(offset)=[0,2]. Error in PydXcorr (line 40) offset1 = ...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
what is error actually in my code, any one solve this?
xdim=50; ydim=50; v_now=zeros(xdim,ydim); v_prev=zeros(xdim,ydim); for i=1:1:ydim v_now(i,xdim)=20; end x=0.01; for k=[...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to calculate frequency and bandwidth from symbols?
am having no. of symbols 64, length of cyclic prefix is 16. length of sample is addition of symbol and cyclic prefix. power is 1...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
pls correct this simple error? i cant identify at which place trouble on my code
clear all; clc; format short; random_no=0; load_array=zeros(1,10); plp_array=zeros(1,10); slot=input('Enter the no of s...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
how to convert R implementation of SVM-RFE code to MATLAB code?
svmrfeFeatureRanking = function(x,y){ n = ncol(x) survivingFeaturesIndexes = seq(1:n) featureRankedList = vector(length=n) ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
how to make the data collection result in a file?
these are my datas yy and X..i arranged in a form of data1=[yy;X];.. now i want to make a data1 result in a matlab file.
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
how to make matlab file used as function?
i created one matlab file having some of code. now i created another matlab file, here i have to use previous matlab file. how t...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
help me ...how to use LIBSVM in 64 bit Matlab.?
i downloaded libsvm 3.16 package for svmclassifying part. but when i installed as by said in readme file in libsvm.its shows an ...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
problem occurred when try to access svmclassifier/
i wrote code for svmtrain code is alpha=svmtrain(x,y) get output for this alpha = SupportVectors: [7x1 dou...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
what is the reason for this changed output values?
when i multiples of statement executes inside of while loop. its not gives corrected values. and i didnt defined anything before...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
problem during running my "while" loop?
i maintained one algorithm for my project. in that some of steps are repeated until get some condition satisfied. so i use while...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to call the function inside the looping function....?
for e.g.. while (....) .... ..... ... function ...=... ..... condition end
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
i wrote respected coding for my algorithm...is it correct?
# input: Training examples: x0 =[x1, x2 . . . xk . . .X_l ]^T, Class labels: y = [y1, y2 . . . yk . . . y_l ]^T # ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
function does not apt for coding ?
function indices = argmin(C) [m i] = min(C(:)); if isvector(C) indices = i; else indices = ind2subv(sizePM...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
this code shows error?
S=S(1:f-1,f+1:length(S)) ,,,, error:?? Index exceeds matrix dimensions.
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
matrix manipulation,want to find mean value?
having matrix W. its size is 7x50. totally 350 elements. in this column'1' have to find mean value of 4 elements then subtracts ...
presque 12 ans il y a | 1 réponse | 0
1
réponseHow to represent the function "argmin" in matlab?
in my project am having ranking criteria is c(i)=w(i). "i represents 1 to 50". so 'c' contains 50 elements. and now in my algor...
presque 12 ans il y a | 0
Question
How to represent the function "argmin" in matlab?
This function does not present in R2009b package. Is any special way to represent this function in this package.? .
presque 12 ans il y a | 2 réponses | 1
2
réponsesQuestion
How to write this equation?....want optimized code?
<http://latex.codecogs.com/gif.latex?W=\Sigma%20_{k}{\alpha%20_{k}}y_{k}x_{k}> here...alpha is 7x1 matrix(7 elements). 'y' li...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
i got matlab result?.......any one explain this result?
mlp = svmtrain(data,labels,'Kernel_Function','mlp','Method','SMO'); mlp = SupportVectors: [40x2 double] ...
environ 12 ans il y a | 1 réponse | 0