Aakriti Srivastava
Followers: 0 Following: 0
Statistica
13 Domande
0 Risposte
RANK
208.014
of 295.467
REPUTAZIONE
0
CONTRIBUTI
13 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
69.23%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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. %...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ________...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 = ...
oltre 2 anni fa | 1 risposta | 0