photo

venkat


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

8 질문
1 답변

Cody

0 문제
8 답안

순위
211,850
of 300,780

평판
0

참여
8 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
44,494
of 170,997

참여
0 문제
8 답안

점수
90

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


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

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

11년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

대략 12년 전 | 0

질문


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

대략 12년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

질문


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

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 13년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 13년 전 | 답변 수: 1 | 0

1

답변