stozaki
2019 年からアクティブ
Followers: 0 Following: 0
DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks.
Programming Languages:
MATLAB
Spoken Languages:
Japanese
MATLAB
Spoken Languages:
Japanese
統計
All
Feeds
回答済み
Simulinkでデータ型の異なるConstantブロックをバス配列とする方法
constantブロックからバス信号を生成し、MATLAB Functionに入力し、簡単な計算結果を出力するサンプルモデルを作成しました。.matファイルをロードしてから.slxを実行してください 以下のURLに詳しい説明がありますが、バスオブジェ...
Simulinkでデータ型の異なるConstantブロックをバス配列とする方法
constantブロックからバス信号を生成し、MATLAB Functionに入力し、簡単な計算結果を出力するサンプルモデルを作成しました。.matファイルをロードしてから.slxを実行してください 以下のURLに詳しい説明がありますが、バスオブジェ...
1年以上 前 | 0
回答済み
Add multiple libraries together as an overall library in the Simulink Browser
The following page describes how to register sublibraries. I created a dummy sublibrary and attached it here. Add Libraries to ...
Add multiple libraries together as an overall library in the Simulink Browser
The following page describes how to register sublibraries. I created a dummy sublibrary and attached it here. Add Libraries to ...
2年弱 前 | 1
回答済み
How can I solve dimension problem? Simulink
The Logical operands input of the If block must be a scalar signal. It's a block specification. Also, the output of the If bloc...
How can I solve dimension problem? Simulink
The Logical operands input of the If block must be a scalar signal. It's a block specification. Also, the output of the If bloc...
2年以上 前 | 0
| 採用済み
回答済み
At high frequency repeating sequence block output is not as intended
I was able to generate a sawtooth waveform using the "Repeating sequence block". Check the solver type and fixed step values fo...
At high frequency repeating sequence block output is not as intended
I was able to generate a sawtooth waveform using the "Repeating sequence block". Check the solver type and fixed step values fo...
2年以上 前 | 0
回答済み
why mux block is available in Matlab because same work we can do in bus block. bus block accept same & different datatypes but mux only accept same datatypes.
As its specification, the Mux block combines scalar or vector signals of the same data type into a vector signal. Please read t...
why mux block is available in Matlab because same work we can do in bus block. bus block accept same & different datatypes but mux only accept same datatypes.
As its specification, the Mux block combines scalar or vector signals of the same data type into a vector signal. Please read t...
2年以上 前 | 0
| 採用済み
回答済み
Simulink File Comparison Custom Filters
You can get the diff of the model by using the visdiff function. At that time, you can exclude Model Info from the difference r...
Simulink File Comparison Custom Filters
You can get the diff of the model by using the visdiff function. At that time, you can exclude Model Info from the difference r...
2年以上 前 | 0
回答済み
how to create simulink in matlab 2019b?
In R2016a and later versions, launch the Simulink start page before creating the model file. Build and Edit a Model Interactive...
how to create simulink in matlab 2019b?
In R2016a and later versions, launch the Simulink start page before creating the model file. Build and Edit a Model Interactive...
2年以上 前 | 0
回答済み
Search for a parameter in a mask programatically
Try the following command: ret = find_system (bdroot (gcs),'BlockType','SubSystem','MaskValueString','sensif_p_IMU_lat_sign') ...
Search for a parameter in a mask programatically
Try the following command: ret = find_system (bdroot (gcs),'BlockType','SubSystem','MaskValueString','sensif_p_IMU_lat_sign') ...
2年以上 前 | 1
| 採用済み
回答済み
Simulink Transport Delay Block parameters error
Ogawaさま こんにちは。問題解決されたでしょうか? Simulink起動プログラムとおっしゃられているのは、PreLoadFcnのことでしょうか? 各々のパラメータ値が定義されていないからではないでしょうか? PreLoadFcnに関す...
Simulink Transport Delay Block parameters error
Ogawaさま こんにちは。問題解決されたでしょうか? Simulink起動プログラムとおっしゃられているのは、PreLoadFcnのことでしょうか? 各々のパラメータ値が定義されていないからではないでしょうか? PreLoadFcnに関す...
約3年 前 | 0
回答済み
How to obtain a Matrix as output from a 3-D LookUpTables?
Hi, How about using the reshape block to convert 1x784 to 28x28? reshape
How to obtain a Matrix as output from a 3-D LookUpTables?
Hi, How about using the reshape block to convert 1x784 to 28x28? reshape
約3年 前 | 0
| 採用済み
回答済み
Bug: Unable to set PI initial condition data type by value
Hi, This warning is normal behavior. Not a bug. This is because the configuration parameter "UnderSpecifiedDataTypeMsg" is s...
Bug: Unable to set PI initial condition data type by value
Hi, This warning is normal behavior. Not a bug. This is because the configuration parameter "UnderSpecifiedDataTypeMsg" is s...
約3年 前 | 0
回答済み
Is rsqrt the same as Fast inverse square root?
Hi, The Simulink sqrt block supports rsqrt. The algorithm is Newton-Raphson, so it can be considered the same as the one des...
Is rsqrt the same as Fast inverse square root?
Hi, The Simulink sqrt block supports rsqrt. The algorithm is Newton-Raphson, so it can be considered the same as the one des...
約3年 前 | 0
| 採用済み
回答済み
Find average of an array for values > 0
Hi, What about the following processing? data = [1 2 10 -38 -7 2 8 10 -5 1 0 -5 37]; % example data idx = find(data > 0);...
Find average of an array for values > 0
Hi, What about the following processing? data = [1 2 10 -38 -7 2 8 10 -5 1 0 -5 37]; % example data idx = find(data > 0);...
約3年 前 | 0
回答済み
How to refresh selected model block via command line? (not the Ctrl+K function)
Hello, You can update the model block by using the following function. Simulink.ModelReference.refresh Simulink.ModelRefe...
How to refresh selected model block via command line? (not the Ctrl+K function)
Hello, You can update the model block by using the following function. Simulink.ModelReference.refresh Simulink.ModelRefe...
約3年 前 | 1
回答済み
Fixed point to floating-point conversion with Fixed-Point Tool
The Fixed-point tool is used to convert from floating point to fixed point. Therefore, you do not need to use the Fixed-point to...
Fixed point to floating-point conversion with Fixed-Point Tool
The Fixed-point tool is used to convert from floating point to fixed point. Therefore, you do not need to use the Fixed-point to...
約3年 前 | 0
回答済み
How do I search a Simulink model for a string in all element properties?
Hi, Are you effective the following command? s = 'SearchString'; sys = gcs; ret = unique(find_system(sys,'BlockDialogParams'...
How do I search a Simulink model for a string in all element properties?
Hi, Are you effective the following command? s = 'SearchString'; sys = gcs; ret = unique(find_system(sys,'BlockDialogParams'...
約3年 前 | 0
| 採用済み
回答済み
How can I make a JK Flip-Flop with clear and preset?
Hello, J-K Flip Flop is included in Simulink Extras. You can use it. J-K Flip-Flop
How can I make a JK Flip-Flop with clear and preset?
Hello, J-K Flip Flop is included in Simulink Extras. You can use it. J-K Flip-Flop
約3年 前 | 0
| 採用済み
回答済み
Stateflowの状態遷移表のGUI以外の操作方法
大貫様 Statelofo APIを使うことで、Stateflowエディタ(GUI上のマウス操作)を使わずに、Stateflow状態遷移図を記述することはできます。 ただし、通常マウスで操作しているので気にならないステートや遷移線の配置ですが、St...
Stateflowの状態遷移表のGUI以外の操作方法
大貫様 Statelofo APIを使うことで、Stateflowエディタ(GUI上のマウス操作)を使わずに、Stateflow状態遷移図を記述することはできます。 ただし、通常マウスで操作しているので気にならないステートや遷移線の配置ですが、St...
約3年 前 | 2
| 採用済み
回答済み
cell配列内のサイズを求めたいです.
池田様 こんにちは。配列のサイズを求めるには、size関数が使えると思います。 ただし、今回は1x1のcellに5x1の配列を入れているので、次のようになると思います。 A={[1;2;3;4;5]} s = size(cell2mat(A),1)...
cell配列内のサイズを求めたいです.
池田様 こんにちは。配列のサイズを求めるには、size関数が使えると思います。 ただし、今回は1x1のcellに5x1の配列を入れているので、次のようになると思います。 A={[1;2;3;4;5]} s = size(cell2mat(A),1)...
約3年 前 | 0
回答済み
How to determine source block of an input port in Simulink?
Hi, 1. Get the port handle of the target block. (in this example, MATLAB Funciton) 2. Get the line handle of the connected s...
How to determine source block of an input port in Simulink?
Hi, 1. Get the port handle of the target block. (in this example, MATLAB Funciton) 2. Get the line handle of the connected s...
約3年 前 | 1
回答済み
How to make a={'1','2','3','4'} to b={'1234'}
Hi, a = {'1','2','3','4'}; b = cellstr(replace(strjoin(a),' ','')) cellstr replace strjoin
How to make a={'1','2','3','4'} to b={'1234'}
Hi, a = {'1','2','3','4'}; b = cellstr(replace(strjoin(a),' ','')) cellstr replace strjoin
約3年 前 | 1
回答済み
Turn of slider switch automatically
Hi, The Slider Switch button does not automatically switch ON / OFF. A user switches ON / OFF with a mouse click. Therefore,...
Turn of slider switch automatically
Hi, The Slider Switch button does not automatically switch ON / OFF. A user switches ON / OFF with a mouse click. Therefore,...
約3年 前 | 0
回答済み
How to compare a value over time in Simulink
Hi Trevor, The processing you want to perform is not in the Simulink standard block. So I modeled the function you want to dete...
How to compare a value over time in Simulink
Hi Trevor, The processing you want to perform is not in the Simulink standard block. So I modeled the function you want to dete...
3年以上 前 | 1
| 採用済み
回答済み
Modify the storage class in the data dictionary programmatically
Editing a storage class is editing the properties of a Simulink Signa Object. To do this, edit the Simulink Signal Object progr...
Modify the storage class in the data dictionary programmatically
Editing a storage class is editing the properties of a Simulink Signa Object. To do this, edit the Simulink Signal Object progr...
3年以上 前 | 1
| 採用済み
回答済み
change fixed point number signedness
Hi scc28x, >> b1 = fi(3,1,3,0) b1 = 3 DataTypeMode: Fixed-point: binary point scaling Signedn...
change fixed point number signedness
Hi scc28x, >> b1 = fi(3,1,3,0) b1 = 3 DataTypeMode: Fixed-point: binary point scaling Signedn...
3年以上 前 | 0
回答済み
function block with changeable input
Hi haluk zorluoglu, We cannot increase the number of ports in the function block. However, we can vectorize the input and enter...
function block with changeable input
Hi haluk zorluoglu, We cannot increase the number of ports in the function block. However, we can vectorize the input and enter...
3年以上 前 | 0
回答済み
Enable Access to Base Workspace - Matlab 2016a
In R2016a, the base workspace and Simulink Data Dictionary are only available exclusively. This is a functional specification o...
Enable Access to Base Workspace - Matlab 2016a
In R2016a, the base workspace and Simulink Data Dictionary are only available exclusively. This is a functional specification o...
3年以上 前 | 1
| 採用済み
回答済み
fcnブロックの場所について
小杉様 こちらのブロックはR2020bから削除されております。リリースノートに記載がございます。 今後はMATLAB Functionブロック内部で数式記述を行っていただくか、Simulinkの標準ブロックを組み合わせてモデリングを行ってください。...
fcnブロックの場所について
小杉様 こちらのブロックはR2020bから削除されております。リリースノートに記載がございます。 今後はMATLAB Functionブロック内部で数式記述を行っていただくか、Simulinkの標準ブロックを組み合わせてモデリングを行ってください。...
3年以上 前 | 1