photo

venkat


2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

8 質問
1 回答

Cody

0 問題
8 解答

ランク
272,020
of 300,759

評判
0

コントリビューション
8 質問
1 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
44,475
of 170,900

コントリビューション
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

回答