Statistics
4 Questions
0 Answers
RANK
73,617
of 301,481
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,298
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,744
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I would like to create bar plots and pie plots with Timeseries data which came out of a Simulink.SimulationData.Signal. How can i realize this?
<< << <</matlabcentral/answers/uploaded_files/4851/Bild1.PNG>> >> >> <</matlabcentral/answers/uploaded_files/...
12 years ago | 0 answers | 0
0
answersQuestion
matlab simulink should count how many times the value of a signal coming out of a simulink block changes. How can i realize this ???
Matlab Simulink should count how many times the value of a signal coming out of a simulink block changes. How can i realize this...
12 years ago | 1 answer | 0
1
answerQuestion
As you can see its an abstract of my GUI Programm. This programm works my only question is: How do I exchange this many if/else terms with 'for loop' ? Note: x1 to x4 should able to be double or a timeseries (with: Simulink.SimulationData.Dataset)
if cls(1) == 6 && cls(2) == 6 && cls3(2) == 6 && cls4(2) == 6 % 1. if %...
12 years ago | 0 answers | 0
0
answersQuestion
As you can see its an abstract of my GUI Programm. This programm works my only question is: How do I put the last four lines in a 'for loop' ? So that it automatically rename from 'vari1' to 'vari12'
function [vari1, vari2, vari3, vari4] = get_var_names(handles) list_entries1 = get(handles.listbox1,'Strin...
12 years ago | 1 answer | 0
