Community Profile

photo

Nakul


University of Calicut

Last seen: mer än 3 år ago Active since 2017

Statistics

  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
I have 4 inputs and 1 output which is either '0' or '1'. I have around 1000 samples and I want to create a Neural Network for this.
p=[IN1 IN2 IN3 IN4]'; % four inputs written in MATRIX form t=OP'; %Output in matrix forms net10 = newff([0 1;0 1;0 1],[2...

nästan 7 år ago | 1

Answered
PID Signal to physical Voltage.
You can use a controllable voltage source and give the output of PID as input to it. <</matlabcentral/answers/uploaded_files...

nästan 7 år ago | 2

| accepted

Answered
There are thyristor based and vsc based HVDC models in example section. What changes do i have to do so i can simulate power reversal situation at least in one model?
You have to simply change the power command to a negative number. The power flow direction will change.

nästan 7 år ago | 0

Answered
How to optimize active power in VSC-HVDC which is parallel with HVAC line. How can I make objective function and what constraints?
The objective function in the system can be losses. For that you need to account for the converter loss into the model. The cons...

nästan 7 år ago | 0

Answered
how can I get the Irradiance block in my MATLAB/Simulink R2014a?
Irradiance is a real number with unit W/m^2. You can use a constant block in simulink to input the irradiance required.

nästan 7 år ago | 0

Answered
how can i get irradiance block in matlab 2013
Irradiance is a real number with unit W/m^2. You can use a constant block in simulink to input the irradiance required.

nästan 7 år ago | 0

Answered
how to plot iv curve for solar pv
Hope you have modeled the solar in simulink or in mfile. Generally there will be three input (G,T,V/I) and one output (I/V). Kee...

nästan 7 år ago | 0

Answered
How do I develop a standard 5 Bus System Load Flow in Simulink with the given data?
Perform load flow and obtain the bus voltage and angles. Now use three phase voltage source and transmission line with correct d...

nästan 7 år ago | 0

Answered
How does time-variyng radiation is interpreted by a Solar Cell in Simulink? How can I obtain the power produced?
You can write a program for that, with irradiance as input and maximum power from the cell as output. So for each time you can c...

nästan 7 år ago | 0

| accepted

Answered
how to use exponential voltage source in simcape in a circuit
You can use controllable voltage source for that, and the input to it is a ramp followed by exponential block. <</matlabcentr...

nästan 7 år ago | 0