photo

Ashikur


Last seen: fast 2 Jahre vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Professional Interests: NOC, Power Systems, Signal Processing

Statistik

MATLAB Answers

11 Fragen
5 Antworten

RANG
3.936
of 300.392

REPUTATION
14

BEITRÄGE
11 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
81.82%

ERHALTENE STIMMEN
3

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.373

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Signal classifications using neural networks
Hello , can anyone help me with ideas about how to classify different time series signals using neural networks? Are there an...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Smooth output Neural Network
"well, i am in a trouble. for more than a week and i am trying to solve my problem but no avail. my problem is the output of my ...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to present the result of neural network
Are there any standard method to present the results of a neural network after training? I have trained a neural network where b...

mehr als 13 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Base MVA of a simpowersystem model
Can anybody help me finding what is the base MVA used for the following model of simpowersystem? http://www.mathworks.com/hel...

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Neural Network : Poor Result
Hello, I was trying to simulate MATLAB's NN functions before testing my network. I was training y = x1+x2. But see how it...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Neural Network Output :Scaling the output range.
Hi, The output layer of my neural network (3 layered) is using sigmoid as activation which outputs only in range [0-1]. Howe...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Back propagation algorithm of Neural Network : XOR training
c=0; wih = .1*ones(nh,ni+1); who = .1*ones(no,nh+1); while(c<3000) c=c+1; for i = 1:length(x(1,:)) ...

fast 14 Jahre vor | 6 Antworten | 0

6

Antworten

Frage


Multi dimensional data classification
I have a set of data in matrix form. Where each column is thought to be a single data. Its like for a color dot, each data has t...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


simulation is stopped , need to continue the other part of program
I am getting the following error while simulating my model, At time 2.286567862186523, simulation hits (1000) consecutive zer...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Transfer function using symbol
tf cannot take symbols as argument , you cannot do the way you are trying. However you can create your transfer function with al...

etwa 14 Jahre vor | 0

Beantwortet
problem working the statcom
I believe You only have phasor type statcom in power simulink, may be on later version you will have one.

etwa 14 Jahre vor | 0

| akzeptiert

Beantwortet
Varying Parameter Automatically
%% Are you using simulink model? you can sweep using a loop. %% For example 'kp' is your model parameter and named as 'kp' ...

etwa 14 Jahre vor | 0

Beantwortet
Sine curve fitting from given dataset using matlab
You can use curve fitting tool box 1. Type 'cftool' in command prompt 2. Choose option they are very interactive 3. Als...

etwa 14 Jahre vor | 1

Beantwortet
Getting 3 zeros from a function using fzero
Try this my_function = @(x) (-x^2 - 5*x - 3 + exp(x)); for i = -5:.01:5 a = fzero(my_function,i) ind = int...

etwa 14 Jahre vor | 1

| akzeptiert

Frage


SimPowerSystems Model parameter change dynamically
I am using SimPowerSystem tool of Simulink. Is there any way to convert 'mdl' to m file ? No !!!!! Well, I need to simula...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem in observibility and controlibility function ctrbf,obsvf
After doing similarity transform, transfer function of a system taking controllable modes should be same as original. But it is ...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten