photo

Harish


LMS intl ltd

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
268.707
of 297.503

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.017

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

  • Thankful Level 1

View badges

Feeds

View by

Question


What is the discrete transfer function for memory block in simulink
I want to know the z transform of discrete transfer of the memory block used in Simulink.

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


I am trying to replace a integer n if odd by 3 times value plus one or if even replace by half the value and count the steps but the counting does not seem to occur properly
n = input('input the number'); while(n~=1) m=1; if(n>1) if(rem(n,2)==0) n=n/2; else n...

meer dan 12 jaar ago | 2 answers | 0

2

answers