photo

venkat


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

8 Questions
1 Réponse

Cody

0 Problèmes
8 Solutions

RANG
211 854
of 300 788

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
44 509
of 171 083

CONTRIBUTIONS
0 Problèmes
8 Solutions

SCORE
90

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Simulink - 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...

environ 12 ans il y a | 0

Question


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...

environ 12 ans il y a | 1 réponse | 0

0

réponse

A résolu


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...

environ 12 ans il y a

A résolu


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:...

environ 12 ans il y a

A résolu


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...

environ 12 ans il y a

A résolu


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 ...

plus de 12 ans il y a

A résolu


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 ...

plus de 12 ans il y a

A résolu


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...

plus de 12 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

plus de 12 ans il y a

A résolu


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 ...

plus de 12 ans il y a

Question


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 ...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


Parameter precision loss occurred for 'InputValues'
When generating code for simulink models received the following warning.. Warning: Parameter precision loss occurred for 'Inp...

presque 13 ans il y a | 1 réponse | 0

0

réponse

Question


Substitute for Simulink.CustomSignal class
While generating code for simulink models I received the following error _Warning: The Simulink.CustomSignal class is obsolet...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 13 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 13 ans il y a | 1 réponse | 0

1

réponse