Statistics
RANK
126,948
of 300,753
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,075
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,858
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
Sum of array elements in A, that match entries in B
Hey there, i've got 2 Vectors: A = [1 2 3 4]; B = [1 2 3 4 2 4 6 8]; I want to calculate the number of elements in B, that m...
5 years ago | 1 answer | 0
1
answerPerformance improvement array of class instances
I solved my slow Minimum index search with this: curr_min_index = find([test.b]==min([test([test().a]==1).b]) & [test.a]==1, 1,...
5 years ago | 0
| accepted
Question
Performance improvement array of class instances
Hey there, i have created a class called Test: classdef test properties a b var1 var2...
5 years ago | 2 answers | 0
2
answersQuestion
Algebraic loop in vehicle dynamics blockset + RL Agent
Hey there, i have combined a very simple Vehicle Dynamics blockset model with an RL agent, that creates the input values: Wh...
5 years ago | 1 answer | 0
1
answerQuestion
Variable Sample Time in Reinforcement Learning
Hey there, i created a Simulink Model, which takes input values from an RL Agent. A Matlab function Block processes these value...
5 years ago | 1 answer | 0
1
answerQuestion
Using dynamic workspace arrays as Matlab function input/output
Hey there, i want to create a Simulink model, where the following happens: Based on Simulink signal values as input, an array ...
5 years ago | 1 answer | 0
1
answerQuestion
Simulink signal sequence from Matrix with feedback input
I created a Matrix in Matlab which contains target values. My aim is to feed the values from the matrix into my Simulink model,...
5 years ago | 1 answer | 0
