Statistiques
RANG
18 040
of 295 527
RÉPUTATION
2
CONTRIBUTIONS
92 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
30.43%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
Merge block connection issue
Hi I have an issue with merge block. I have two enabled subsystems connected to merge block. I have end time(t=1 to 10) of 10 wi...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to get workspace variable data
I have a model which consist of 3 To workspace blocks(say x,y,z),I need to automatically save To workspace data into excel sheet...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Why from workspace block gives error
I am using from workspace block.if I use interpolate data and holding final value I get different value, but when I uncheck inte...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Why answer of uint8 in .m and mdl are different?
I have a value of -1.In .m file if i process uint8(-1) i get answer as 0,but in simulink if i feed a constant with -1 and use da...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find a variable in Simulink Model
I want to know the variable uses in demo sldemo_mdlref_datamngt.mdl.here assume in counter2 ,right click and if u see Model Refe...
plus de 9 ans il y a | 3 réponses | 1
3
réponsesQuestion
how to write values to excel sheet
I have 100 variables as output say for example res1 ,res2, val1,val6 in command window.Now I want to write all these into excel ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to display results obtained from simulink
I have a Simulink model in which I have added 15 to workspace blocks(array format).I want to write these values with variables i...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
How to generate C and C++ code from simulink
I have modeled simunk module which contains two constant block,a matlab function block and display.matlab function block consis...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Interface dspace wth simulink
i want to interface dspace with simulink,but dspace tool is not found in simulink library ,i like to perform as in this video ...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how to rotate an image
I have a few images attached below. I want to align the images. Say I want to align the second image attached below like the...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how to plot a graph
I want to plot ROC sensitivity vs specitivity,I have calcuated all these parameters for 3 class problem,now kindly tell how to p...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to classify an image
I have 600 feature vectors,say 600x4;there are 3 classes,each class consists of 200x4 feature veactor values.i want to perform c...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to crop an portion fro image
I have a code below clc clear all close all I = imread('rice.png'); imshow(I) background = imopen(I,strel('d...
environ 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to rectify overshoot
I am wotking on a cocept of 'Transient stability of a two-machine transmission system with Power System Stabilizers (PSS) and S...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how to remove the artifact in the Image
I have a image i want to remove the letters in that ,i tries but these words are not removed fully kindly help <</matlabcentr...
environ 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Confocal Algorithm for breast cancer detection
I have a code from link in which last few pages have code http://etheses.dur.ac.uk/3531/1/MSCR_Zubaida_Thesis.pdf In this...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how to use anfis in simulink
I have a simulink model and have used fuzzy but now i want to compre fuzzy and ANFIS .kindly tell how to use ANFIS,Ihave attache...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how to write text or character
I have a array stop={'a', 'about', 'above', 'the'}; I want to write this to a text file like a about above the or ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
error in writing values to text file
I have a code below clc clear all close all % a= imread('im16_1a.png'); % I=rgb2gray(a); I=imread('rice.png'...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to generate additive white guassian noise
I have a sine wave,I want to generate additive white guassian noise with zero mean and unit variance and want to add,kindly help...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how to process equation in summation
i have a code kindly tell how to process,the signal is a sine signal and i want to process as like the equation in the image ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to connect switch to load
I have a simulink model in which i have used inverter and from tere i have connected reststive load on side of model is AC sourc...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to calculate FAR and FRR
I have a confusion matrix for a 16 class problem,Kindly can any one tell how to calculate FAR and FRR for the all classes
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to find the mean values
I am working on image processing,I have to find the following 1.Mean OF R,G,B value outside the region 1.Mean OF R,G,B v...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to chose inputs for ANFIC
I am working on water tank controller ,in that i want to use anfis instead of fuzzy I have read anfic concept,but can anyone tel...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
using anfis for controlling water level
I am working on water level controller( sltankrulr),in that fuzzy was used,but i want to replace it with anfis,can anyone tell h...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
water tank controler using fuzzy
I am working on water tankcontroller, where my water tank is sphherical,I modifeid the codes from example sltank rule.But the pr...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
same image sowing different features
I am working on Tumor selection,I am extracting GLCM feature,i have image below http://imgur.com/UsWkA5g In this am segm...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how to connect transformer to dc
I am working on Two-Inductor Boost Converter,In the circuit it is shown that auxillary transformer is connected to a DC voltage,...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
calculating log mean energies
I am working on speech recognisation ,I have extracted features mfcc,now i have to extract medc Mel Energy Spectrum Dynamic Coe...
presque 11 ans il y a | 1 réponse | 0