Aakriti Srivastava
Followers: 0 Following: 0
Statistik
13 Fragen
0 Antworten
RANG
208.014
of 295.467
REPUTATION
0
BEITRÄGE
13 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
69.23%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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. %...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ________...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 = ...
mehr als 2 Jahre vor | 1 Antwort | 0