Joseph Stalin - MATLAB Central
photo

Joseph Stalin


2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersFile ExchangeFrom 07/12 to 04/25Use left and right arrows to move selectionFrom 07/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

19 質問
4 回答

File Exchange

1 ファイル

ランク
7,705
of 298,292

評判
6

コントリビューション
19 質問
4 回答

回答採用率
26.32%

獲得投票数
1

ランク
14,216 of 20,560

評判
16

平均評価
1.00

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

ダウンロード
1

ALL TIME ダウンロード
168

ランク

of 160,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Submission
  • Knowledgeable Level 1
  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Using simulink or simscape?
Hello Chris, Not sure which verison of MATLAB you are using. This is due to Power electronics library would have been develo...

約6年 前 | 0

| 採用済み

回答済み
GRT vs ERT
thx Walter... in crisp... simply the grt target for PC level simulation. Not intended for flashing into a HW. But ert is ta...

約6年 前 | 1

回答済み
why does not the board work with STM32-Mat Target?
Hello, If you are using MATLAB, first did you try the simulation works fine by toggling the port. (before downloading it to the...

約6年 前 | 0

質問


m script bus selector output
Hi, I am writing a m-script to create a bus selector , getting an input bus and select a particular bus as a output bus. by th...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to read a variable from matfile by searching for its name?
Hi, I have a matfile with variables of having 1000 samples each. I want to search for specific variables by its name and pick t...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Data resampling issue on plotting
Hello Users, I got a problem of resampling data. My mat file consists of voltage data(V) of 46483 samples. My current (I) da...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to display user defined data in a plot?
Hi, I have a data set , where I need to analyse for the max, min etc., Also I want to plot the data and want to display the m...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


S function mdlstart code not appearing in dSPACE target
Hello, I have written a S function for the dSPACE target. When I mex compiled and target built it,it has compiled and buit fi...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to read the position_array [left, top, right, bottom] of a simulink block (co ordinates) ?
Hi, I want to read the position [left, top, right, bottom] of a block. which will ease my work to attach blocks with that via ...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


command for reading the available subsystems using find_system();
Hi, I have a model with few sub system blocks inside. I am using find_system() to read the subsystems as below.. find_system...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Custom Library creation issue
I am trying to create a library block and want it to appear in the Simulink library browser.. (following the steps told in htt...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


Where do I use this? Vector to Bus and Bus to Vector
Hi Anybody can explain me why and how to use the Vector to Bus/Bus to vector blocks? What is the advantage will I get?

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Why the dimension is crossed
Hi Users, In this below statement xls_read() says it is a 25x2 double (associated with a xls sheet) But when I copy it to the...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


How to replace variable names in a mat file
Hi, I want to change the naming conventions of a matfile variables. Ex: Original name: CAN_<XXX>_BUS To be changed to: W_Y...

10年弱 前 | 3 件の回答 | 0

3

回答

質問


Simulink Coder - Customizing stateflow generated code varaibles
Dear Techies, I am using stateflow model and Simulink coder for code generation. I have configured few variables as local in...

約12年 前 | 0 件の回答 | 0

0

回答

質問


Simulink Coder- Post Processing
Dear all, After genrating the code in Simulink Coder I am giving the below command in the com window to run my Post processing ...

約12年 前 | 1 件の回答 | 0

1

回答

質問


Simulink Coder- Post Processing
Dear Techies, I am customizing my Simulink Coder generated code via my own mscript. I have to use the statement set_param (...

約12年 前 | 1 件の回答 | 0

1

回答

質問


function for editing a file
Dear Techies, I want to read and write a file with some changes. I am able to read a particular line using fgetl().After readi...

約12年 前 | 1 件の回答 | 0

1

回答

質問


Simulink Coder - Optimizing code generated for local variables
Dear Techies, In Stateflow charts for variables of local scope Simulink Coder generates structure variables with extern type....

約12年 前 | 0 件の回答 | 0

0

回答

質問


Simulink Coder - Customizing stateflow generated code
Dear Techies, I am intended to generate code from my Stateflow models. I am using Unit delay blocks to represent variable...

約12年 前 | 1 件の回答 | 0

1

回答

回答済み
Modelling in simulink to obtain a function taking one parameter after code generation
To pass an argument of a function please configure the sybsystem block to reusable function having the argument passed via Input...

約12年 前 | 0

質問


Simulink Coder-Customizing grt.tlc generated source code.
Dear Techies, I am working in Code generation using Simulink Coder.(dont have Embedded Coder license).I am using grt.tlc. T...

約12年 前 | 1 件の回答 | 0

1

回答

質問


How the transfer function block calculates the output?
Hi, Actually I am trying to understand the maths behind the MATLAB transfer function block,for reverse engineering some contr...

12年以上 前 | 1 件の回答 | 0

1

回答

送信済み


C macros to m file converter
This is the utility can be used in C code to model conversion activity.

13年弱 前 | ダウンロード 1 件 |

1.0 / 5