![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13576941_1537162815737_DEF.jpg)
Chiliveri Vinod
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
231.230
of 297.016
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Feeds
Frage
I am getting an error as "Operands to the || and && operators must be convertible to logical scalar values. Error in xd (line 8) if (t>=t1)&&(t<t2)".
my code is t1 = 0; t2 = 10; t3 = 20; t4 = 30; t = 0:50; if (t>=t1)&&(t<t2) r = 0.6; if (t>=t2)&&(t<t3) r =...
etwa 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
I am getting an error "Data 'hhatdot' is inferred as a variable size matrix, while its specified type is something else." My equation is "hhatdot =p*(u(t-hhat)-u(t-h))*udot". So please can anyone help me with this.
function [hhatdot,bufferutnew] = fcn(ut,h,hhat,hmax,taus,udot,bufferut) %#codegen p = 0.05; n=hmax/taus+1; %%% updating in...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
simulink problem in connecting vector concatenate to goto block
I am working in simulink, i am connecting a vector concatenate output which is (5,1) to goto block ,but the goto block is takin...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am getting an error for the below eqn . I wrote coding in matlab function (user defined function in simulink),so please help with this.I have also attached my simulink model.
function y = fcn(h,u) A = [0 1;-1 1]; B = [0;1]; N = 300; y = zeros(1,500); t = 0:25 for i = 1:N y = (h/N)*exp(i*A*(h/N)...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab coding for the below
r(t) =1 − e−γ2t ,t ≤ Ta 4e−γ1(t−Tb)(sin(2πωat) + 1), otherwise t=500 Ta=250,Tb=500/2.2,γ1=0.07,γ2=0.004,ωa = 0....
mehr als 6 Jahre vor | 1 Antwort | 0