Chiliveri Vinod
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
121,628
of 295,486
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 =...
6 years ago | 3 answers | 0
3
answersQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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)...
6 years ago | 1 answer | 0
1
answerQuestion
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....
6 years ago | 1 answer | 0