Statistica
RANK
3.042
of 295.495
REPUTAZIONE
18
CONTRIBUTI
0 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
2
RANK
15.875 of 20.240
REPUTAZIONE
7
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
2 File
DOWNLOAD
8
ALL TIME DOWNLOAD
67
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Can not save enumeration created by Stateflow
Hi @Andy Thanks for your question about enumerations for states monitoring! It gave me the idea to add a new feature to this En...
2 giorni fa | 0
Inviato
Enumeration Manager
Manage Simulink enumeration classes without writing a single line of code
2 giorni fa | 6 download |
How to Convert Entity Attribute Buses into Signal for RL Agent Observation Input?
Hi Aaron, To convert an entity attribute into a signal, you can use a Simulink function. For example, to get the D attribute as...
4 mesi fa | 0
| accettato
Error in server block that is connected to entity generator containing bus elements.
Hi Aaron, From what I can see in the Part Generator, in tab "Entity type", your entities are typed with the bus definition "Par...
4 mesi fa | 0
| accettato
Is it possible in SimEvents to define entity attributes using a MATLAB script?
I see several ways to achieve this. 1. You could store your Entity Generator block with the required Enty Type definition in a ...
6 mesi fa | 1
| accettato
Use Vars(Enums) from Workspace in SimEvent EntityGenerator
Hi Simon, Did you create the Workpieces enum with a class m-file? How did you configure the entity type of your Entity Generat...
circa un anno fa | 1
Inviato
Adaptive Logging Utility
Logging and environment utilities for MATLAB coding
oltre un anno fa | 2 download |
Risolto
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
quasi 13 anni fa
Risolto
Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...
quasi 13 anni fa
Risolto
Count from 0 to N^M in base N.
Return an array of numbers which (effectively) count from 0 to N^M-1 in base N. The result should be returned in a matrix, with ...
quasi 13 anni fa
Risolto
Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...
quasi 13 anni fa
Risolto
Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...
quasi 13 anni fa
Risolto
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
quasi 13 anni fa
Risolto
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
quasi 13 anni fa
Risolto
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
quasi 13 anni fa
Risolto
Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...
quasi 13 anni fa
Risolto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
quasi 13 anni fa
Risolto
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
quasi 13 anni fa
Risolto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
quasi 13 anni fa
Risolto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
quasi 13 anni fa
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
quasi 13 anni fa