Statistics
3 Questions
0 Answers
RANK
69,422
of 301,432
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I have solved the differential equation given in the attachments using ode45 now when i am trying to do it in simulink its giving me error of singularity and that too the response is not similar. Can someone identify the error that I am doing please?
The simulink file is attached in as a pdf. The code for function file and script file I am adding below. function [ dy ] = rigi...
7 years ago | 0 answers | 0
0
answersQuestion
I have the process ip/op data and i used system identification to find out the model,I found out the wiener model of a process with nonlinearity of polynomial function but when i am trying to control it using pid in simulink it shows error?
..
7 years ago | 0 answers | 0
0
answersQuestion
I have a four non linear differential equation function file with one input parameter and i want training data set from it around 2000 samples with a sampling time of 1 minute. How can i code it to get the training data? f(1) is input .
dy(1)=-(zp*exp(-ep/(r*t))+zm*exp(-em/(r*t)))*y(1)*po-f(2)*y(1)/v+f(2)*cm/v; dy(2)=-zl*exp(-el/(r*t))*y(2)-(f(2)*y(2)/v)+f(1)*cl...
7 years ago | 0 answers | 0
