Statistics
RANK
61.575
of 295.448
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
5.932 of 20.227
REPUTATION
196
AVERAGE RATING
5.00
CONTRIBUTIONS
4 Files
DOWNLOADS
51
ALL TIME DOWNLOADS
1815
RANK
of 153.872
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
why state transition is not occurring in my file?
I attaching my .slx file expected output
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
The stateflow which is working fine for 24 hours is attached and the same stateflow when the transition time is reduced to seconds is not producing the desired output
Attachements .slx file Question in picture form (1) Stateflow for 24hours (2) 24 hours results. working fine (3) same stateflo...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
Change the width of the plot
How to change the line width of plot y3 ? Code copied from https://www.mathworks.com/matlabcentral/answers/459385-multiple-y-ax...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
HDL Implementation of PID Controller Using FPGA-in-the-Loop
Hi, I am trying to do an example given by Mathworks on FPGA in the loop for implementing PID. In order to access the resource f...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
Significance of Nyquist frequency and Maximum frequency THD computation for FFT analysis
I am measuring the THD of a sine wave using FFT tool available in the MATLAB Simulink. When i selected the Maximum frequency fo...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How to label Y axes in place of column1 column 2 etc
clear; close all; clc X = [1 : 1 : 31] Y = [9 10 11 10 12 15 16 12 10 11 12 13 12 14 12 10 11 13 14 12 13 15 16 11 17 15 18 14...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
how to plot like this
Sample data April19 [ 1 2 3....30 31] % days Kwh = [ 40 43 44...40 41] May19 [ 1 2 3....30 31] % days Kwh = [ 39 43 42...4...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
How to interchange both plot and bar colour
clear; close all; clc month = {'apr19', 'may19', 'june19', 'july19', 'aug19', 'sept19', 'oct19', 'nov19', 'dec19', 'jan20', 'fe...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
how add Month label in x axis
set(gca, 'xtick' , 1 : 12,... 'xticklabel', {'apr19', 'may19', 'june19', 'july19', 'aug19', 'sept19', 'oct19', 'nov19', 'dec19'...
meer dan 4 jaar ago | 1 answer | 0