sabyasachi Neogi
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
274,834
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Can we put syms function in matlab function block of simulink
function y = fcn(x_storage,K) %#codegen % for a boiler for i=1:1:500 U_star(:,i)=(x_storage(14,i))-(K(1,:,i)*(X_bar(i,:)'))...
8 years ago | 1 answer | 0
1
answerQuestion
How can i uncheck the 'Data store name must resolve to Simulink signal object' option?
I'm unable to find a way to uncheck the 'Data store name must resolve to Simulink signal object' option. My target is to brin...
8 years ago | 1 answer | 0
1
answerQuestion
I'm trying to create a time varying system in simulink using matlab function block but even if the logic is correct it says the value which i'm calling form workspace is not Simulink.Signal
function y = fcn %#codegen for i=1:1:100 U_b(:,i)=x_storage(14,i)-(K(1,:,i)'*(X_bar(i,:)')); end y = U_b; K,x_storage, X...
8 years ago | 1 answer | 0