photo

bhanu kiran vandrangi


Last seen: mehr als 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

15 Fragen
0 Antworten

RANG
146.910
of 299.791

REPUTATION
0

BEITRÄGE
15 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
46.67%

ERHALTENE STIMMEN
0

RANG
 of 20.807

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 165.966

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Error in using LSTM for multipe responses
clear all; clc; Data=xlsread("C:\Users\vsvbh\OneDrive\Documents\LSTMPRBS.xlsx") height1=Data(:,2) height2=Data(:,3) height3=...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


eroor in lstm training network
'The training sequences are of feature dimension 1 but the input layer expects sequences of feature dimension 2.' this is the er...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use (manta ray optimization )MRFO
i have my cost function with me but i dont know how to use manta ray optimization technique

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to find integral absolute error
i need to derive a cost function from one of performance indices ( i took IAE as my performance index) my reference value(stead...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


getting error while using feedback
syms s d e y=((0.005659*s^2+0.05206*s+0.004496)/(s^3+9.357*s^2+2.228*s+0.06147))*((27.5084*d)+(27.5084*(e/s))) using feedbac...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to use a feedback command when i have a matrix input
my process model is 3*2 matrix and my controller is in 2*3 how to use feedback for this

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find integral
74513/(10000*sign(0.99966444607707671821117401123047*e + 15567.00356006622314453125*d*(0.000000006195369979837203611161555727449...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


integrating a function using int
syms s t d e y=((0.005659*s^2+0.05206*s+0.004496)/(s^3+9.357*s^2+2.228*s+0.06147))*((27.5084*d)+(27.5084*(e/s))) z=vpa(ilaplac...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i integrate a function which has three variables but has to integrate it with respect to only one variable
my function F is f(d,e,t) but i only want to integrate the function with respect to t alone (from a to b , definite integration)...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


can we use particleswarm for matrices?
i have a MIMO system (3*2 system, 2 inputs and 3 outputs), i am trying to tune the parameters of PI controllers, which i am desi...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use feedback command if my inputs are matrices
my matrix 'GO' has two more variables 'd' and 'e ' which should be held constant throughout the feedback command so that i can u...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


my equation has 3 variables but i want to integrate with respect to only one variable ,so that i can optimize the ramaining two from the resulting equation
my equation(looks big) is as follows , which has three variables (d,e,t) I want to integrate with t from 0 to 2000 (by keeping d...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


using of ss2tf command
[b,a] = ss2tf(A,B,C,D,ni) returns the transfer function that results when the nith input of a system with multiple inputs is exc...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what is root of a equation in s(laplace domain) in response of ilapalace means
syms s t num11 = [0.005659 0.05206 0.004496]; den11 = [1 9.357 2.228 0.06147]; a11=tf(num11,den11); G11 = poly2sym(num11,s)/...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create a variable without assigning a value to it and also the variables shouldnt be symbolic variables
syms e d m= [27.5084 -10.7668 -9.7727;-20.6533 15.8060 14.8502]; k1=[27.5084*e -10.7668*e -9.7727*e;-20.6533*e 15...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort