Community Profile

photo

Aakriti Srivastava


Last seen: 1년 초과 전 2022년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


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...

1년 초과 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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. %...

1년 초과 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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 ________...

1년 초과 전 | 답변 수: 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 ...

거의 2년 전 | 답변 수: 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...

거의 2년 전 | 답변 수: 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...

거의 2년 전 | 답변 수: 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 = ...

거의 2년 전 | 답변 수: 1 | 0

1

답변