Aakriti Srivastava
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
208.003
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
69.23%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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. %...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ________...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 = ...
más de 2 años hace | 1 respuesta | 0