Tejas Rivonkar - MATLAB Central
photo

Tejas Rivonkar


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 09/19 to 03/25Use left and right arrows to move selectionFrom 09/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
1 回答

ランク
154,564
of 297,716

評判
0

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

回答採用率
30.0%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How inrush current related to saturation characteristics of transformer block ?
when i am simulating a system for inrush current, unless and until the transformer block is set in saturable condition it won't ...

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

0

回答

質問


How do I generate a variable in work space for the sample time which Simulink uses for simulation to be used in a code?
clc format short %tout: a vector of number. The below removes numbers that are not multiple of 0.00005 tol = 1e-14; %abritra...

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

1

回答

質問


How to generate a variable for step size of Powergui in the workspace?
clc format short %tout: a vector of number. The below removes numbers that are not multiple of 0.00005 tol = 1e-14; %abr...

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

0

回答

質問


how to get the sampling frequency from powergui as variable in workspace?
clc; tout = [0;3.46876101232481e-08;2.08125660739489e-07;1.07531591382069e-06;5.41126717922670e-06;2.70910235062568e-05;5.00000...

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

0

回答

質問


Need help to delete garbage values from a Matrix
% Create the .dat file clc format short tout1=tout; tout2=tout; r=size(tout1); n=r(1,1); for i=2:n if mod(tout1(...

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

1

回答

回答済み
Red dotted line problem in simulink?
That because you are trying to connect to two blocks which belong to two different domains. try PS-simulink converter or simuli...

約5年 前 | 0

質問


How to generate COMTRADE file from simulink simulations?
% Create the .dat file clc format short NS1 = size(tout); % to find the number of samples NS2 = NS1(1,1)...

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

0

回答

質問


GUI to interface Matlab with Omicron (Significance of the syntex used)
invoke(test, 'CMDevlock', hEngine, Info2(1)') what is the difference between the above code and the one below? invoke(test, 'C...

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

1

回答

質問


How to interface a Simulink block with slider button on GUI?
% function for the "slider" Load Active Power % % The slider value is passed on the "edit text" box % function ldR_Callback(hO...

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

0

回答

質問


how to create an interface matlab with omicron
test = actxserver('omicron.cmengine.1') [Number , Version] = invoke (te...

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

0

回答

質問


why there is a voltage drop across the secondary side of the transformer from other of the theoretical values in simulink?
the secondary output of the simulated three phase balanced system with transformer in simulink shows different values then the t...

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

1

回答