Estadística
0 Problemas
                        8 Soluciones
CLASIFICACIÓN
213.758
                          
                          
of 300.381
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          8 Preguntas
                          1 Respuesta
ACEPTACIÓN DE RESPUESTAS 
                            50.0%
                        
VOTOS RECIBIDOS
0
CLASIFICACIÓN
 of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
43.580
of 168.477
CONTRIBUCIONES
                            0 Problemas
                            8 Soluciones
PUNTUACIÓN
90
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to supress mask dialog callbacks when block is opened?
I had designed a masked subsystem that has dialog callbacks as well as initialization code. Each dialog parameter has a dialog c...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How to design a customized sample based signal in Simulink?
I am trying to design a source block in simulink, that takes sample count and data values as inputs and generates a signal corre...
más de 11 años hace | 2 respuestas | 0
2
respuestasSimulink - Triangular wave form simulation
You need to select correct solver configuration. Take solver type Fixed step and make sure the fixed step size is relatively sma...
casi 12 años hace | 0
Pregunta
For a particular project on what basis you decide to go with either Model Based Design or Hand coding
This is the question asked by one of our clients. We could give out all the benefits we get with model based design. But we reap...
casi 12 años hace | 0 respuestas | 0
0
respuestasResuelto
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
casi 12 años hace
Resuelto
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:...
casi 12 años hace
Resuelto
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...
casi 12 años hace
Resuelto
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 ...
alrededor de 12 años hace
Resuelto
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 ...
alrededor de 12 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
alrededor de 12 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
alrededor de 12 años hace
Pregunta
What is the difference between using Data Store Blocks & Delay block to avoid algebraic loop error
I had created a simple simulink model that results in algebraic loop error.Solved the error by following below two aprroaches ...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Parameter precision loss occurred for 'InputValues'
When generating code for simulink models received the following warning.. Warning: Parameter precision loss occurred for 'Inp...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Substitute for Simulink.CustomSignal class
While generating code for simulink models I received the following error _Warning: The Simulink.CustomSignal class is obsolet...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Mask Initialization Commands in Generated Code
I have some masked subsystem(s)( suppose a look up table) in my model with some mask initialization commands. The initialization...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
RTW : Why is errorStatus in Release 14 SP3 & R2006b is declared differently?
The errorStatus in R14 SP3 is declared as 'const' whereas from R2006b it is being declared as 'const volatile'. Why is it declar...
alrededor de 13 años hace | 1 respuesta | 0


