Aakriti Srivastava - MATLAB Central
photo

Aakriti Srivastava


Last seen: 2年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/22 to 03/25Use left and right arrows to move selectionFrom 06/22Use 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

13 質問
0 回答

ランク
169,440
of 297,695

評判
0

コントリビューション
13 質問
0 回答

回答採用率
69.23%

獲得投票数
0

ランク
 of 20,466

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,380

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to Save data generated during a function execution
I am working on automation project, while running my script I call a function with some input argument which returns a result to...

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

1

回答

質問


How to extract different element between two cell array?
I have two array X1 = {'A','B','C','D'} x2 = {'A','B','C','D','E','F','G','H'} and I want to create a row having element not...

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

1

回答

質問


regexp shows an error while reading a space in text file.
This is the section that I want to read using regexp from port 12 to port 22 as PORT 23 P=1 Z=50 PORT 12 P=2 Z=50 PIN_ID=CB7T...

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

2

回答

質問


How to perform arithmetic operation on sparameters?
I have calculate sparameters of RF circuit for range of frequency. Now I want to perform the operation and getting some error sh...

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

1

回答

質問


Creating multiple circuit using same nport RF object in MATLAB with different node assignment?
I am trying to create multiple circuit using same RF objects having with different topology but getting an error shown below. %...

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

1

回答

質問


how to set port using loop indexing instead of defining every node pair explicitly.
I have created a 3 port network in matlab. What I want to achieve is to set port of the network using setports function but I do...

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

1

回答

質問


how to store value in variables of one column in cell array from another column in cell array?
The problem is something like this: V_table = 8×4 table Variable lb initial_val ub ________...

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

1

回答

質問


Is there any equivalent keyword 'goto' in matlab not in simulink but in matlab coding
I want to pass control to other section of code if certain condition becomes true something like this we do in C, code snippet a...

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

1

回答

質問


I want to know how to create dynamic string array
I have set of elements in my schematic and after sorting the connection of elemnent I want to store the element name in the stri...

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

1

回答

質問


I want to read data and variable name from txt file
The text file looks something like this and I want to create two coloumn one for value other for variable DIM CAP ...

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

1

回答

質問


I want to concatenate two coloumns of table.
Two coloumns of my table are as follows: Freqa Freqb 950 1500 2000 2070 3000 3070 4000 4070 And I want to p...

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

2

回答

質問


how to read multiple sheets of excel file using readtablle command. The way we do using xlsread(fileName,'sheet1')
This is what I am trying to do using readtable instead of xlsread [data,text] = xlsread(file,'Definitions'); a = read...

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

1

回答

質問


How to read .s2p file as we read .xlsx file in Matlab. I am making a gui and it is having this as its feature.
function ReadDefinationButtonPushed(app, event) file = uigetfile('*.xlsx'); a = ...

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

1

回答