Posts by rodrigo • 11 points
3 posts
-
0
votes1
answer17
viewsA: Column extraction from a Time Series in Matlab
You can access her time vector through the Time property. y = x.Time;
-
0
votes1
answer81
viewsA: Does Matlab enable interactive (real-time) data export?
You can make a function that loops, always taking the value (link). You can also create a class and add event and Listener (link). But maybe it’s more complex than the first. For integrations with…
-
1
votes1
answer96
viewsA: Can anyone help me in this Matlab exercise
In this case, the statement requests that the previous function be used. Thus, the best way is to iterate through the lines. Generally, with MATLAB it is better to take advantage of the ability to…