![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/sbajpaimathworkscom_1531754025823_DEF.jpg)
Shashwat Bajpai
Followers: 0 Following: 0
Estadística
0 Preguntas
45 Respuestas
CLASIFICACIÓN
829
of 297.046
REPUTACIÓN
90
CONTRIBUCIONES
0 Preguntas
45 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
20
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
How do I draw an antenna pattern 2D and 3D figure with this data?
You can also use Antenna Toolbox where you don't need to calculate/collect all of the data. You'll just need to provide the type...
más de 3 años hace | 1
codes to import touchstone files into matlab?
Touchstone files can be imported into MATLAB by using the sparameters function. spar = sparameters('default.s2p') The below L...
más de 3 años hace | 1
How do I use the OFDM Modulator Block of Simulink?
The OFDM Modulator Block is based on the OFDM System object which means this block implements the algorithm, inputs, and outputs...
alrededor de 5 años hace | 1
License checkout failed. Invalid host. License Manager Error -9, need help, I activated the lic stroed in loacal directore.
Following links might help you solve this issue: https://www.mathworks.com/matlabcentral/answers/97313-why-do-i-get-license-man...
alrededor de 5 años hace | 1
How to read Excel files with unknown number of header rows?
The spreadsheetDataStore function can help with this alongwith detectImportOptions You can also use the Import Tool in the MAT...
alrededor de 5 años hace | 1
Dimensions in Antenna designer not correct
You can change the dimensions according to the specifications you want. The Frequency Range is the range over which you want to ...
alrededor de 5 años hace | 1
Index in position 2 exceeds array bounds (must not exceed 1).
I've made some changes to the code you sent. Please take a look: N=10000; T=365; S=67 ; for run=1:N I(1,:)=zeros(1,365)...
alrededor de 5 años hace | 1
Index in position 2 exceeds array bounds (must not exceed 1).
The problem maybe in the way Dmet is being set in the "if" condition ot the I variable maybe a column vector and thus is not tak...
alrededor de 5 años hace | 1
Wo bekomme ich eine Rechnung für ein Produkt
An invoice is a confidential information and thus can not be answered on a community platform. Please write an E-Mail to : suppo...
alrededor de 5 años hace | 1
How to Import signals generated through wireless waveform generation App to MATLAB simulink
Once a waveform is generated you can "Export" the waveform to MATLAB Workspace using the Export option in the toolstrip. On cl...
alrededor de 5 años hace | 1
| aceptada
Does Communications Toolbox Support Package for USRP Radio supports USRP E320 ?
The USRP E3xx Series is supported in the Communications Toolbox™ Support Package for USRP® Embedded Series Radio. I have heard t...
alrededor de 5 años hace | 1
how to draw spatial 3D antenna patterns with the given data
You can find a function which may help you plot 3D polar pattern using a function written by someone from the community on File ...
alrededor de 5 años hace | 1
| aceptada
Scaling incident power in planeWaveExcitation function
The Polarization property of the planeWaveExcitation function can be used to set the incident wave's magnitude in the units of V...
alrededor de 5 años hace | 2
| aceptada
How to save a matlab plot created in app designer in powerpoint slides? #MATLAB 2019a #AppDesigner
I would suggest getting a figure handle for the plot and then saving the handle in the desired image format which can be used in...
alrededor de 5 años hace | 1
Why can't I connect to mathwork's official website to view the help document through the help browser?
I would suggest going to the locally installed documentation page -> right click on the page- > click on Get Page Address -> ...
alrededor de 5 años hace | 0
How can I import excel datas to manage the Simulink blocks parameters
Hey, There are two ways in which you can import excel data and use it in Simulink Use the importdata function and create an ar...
alrededor de 5 años hace | 1
| aceptada
How can i did the coding ?
From the image i assume you are trying to us the frac function to create the equation. I suggest going through the following li...
alrededor de 5 años hace | 0
How to map US cities in matlab using mapping toolbox?
Hey, Please refer to the following links for information on supported file formats and the functions used to read those formats...
alrededor de 5 años hace | 1
| aceptada
viewing vectors from a table
Hey, Your assumptions are correct and this precisely what is happening(U and V both being plotted). I am unsure about what exac...
alrededor de 5 años hace | 1
| aceptada
I need to find an acceleration transfer function that relates the acceleration of the sprung mass and the road surface. Is the code I am using correct?
I would suggest using the tf function to create the transfer function further you can use ss2tf function to change your existing...
alrededor de 5 años hace | 0
how i can Increase (stabilizie, if must) the original poles of the system by multiplying them by 2, 3 and 5 consecutively; use these new poles as the poles of the closed loop system.
Please refer to the following link for information on designing transfer functions in MATLAB: https://www.mathworks.com/help/co...
alrededor de 5 años hace | 0
Function 'getdata' from the Image Acquisition Toolbox very slow
Hey, getdata supports multicore.If you have multiple cores you can try using them to increase the speed. Please refer the foll...
alrededor de 5 años hace | 1
Can't set capacitor initial voltage of cap because of powergui error
Hey, There is a similar question for this error on the following link: https://www.mathworks.com/matlabcentral/answers/92517-h...
alrededor de 5 años hace | 0
802.11n Link in Simulink -- interference case scenario
Hi, I believe performing smoothing on the channel estimate will lead to performance closer to your expectation. In the simulati...
alrededor de 5 años hace | 0
Use a Simulink block as a regular MATLAB function
Hi Sam, I would suggest looking at the description of the blocks in the blockset page and the description of functions in the f...
más de 5 años hace | 0
| aceptada
Change the resonance frequency of a monopole.
To design an antenna at a particular frequency I would suggest using the design function. It auto populates the values of the di...
más de 5 años hace | 0
The specified thickness must align with radiation boundary.
The issue has been brought to the notice of concerned authorities.
más de 5 años hace | 0
How to remove latitude and longitude axes from a map in mapping toolbox?
I understand you want to remove the latitude and longitude axes from the map. I am unsure whether you want to remove the labels ...
más de 5 años hace | 1
How can I remesh my non-uniform triangular mesh?
Hi, I am not sure about the usage of iso2mesh as it is not a MATLAB function. I suggest that you can try importing the .stl fi...
más de 5 años hace | 0
how to find mean value, probability function, autocorrelation ?
You can read an Excel file into MATLAB using xlsread. Once the data is imported in MATLAB Workspace you can perform the meanand ...
más de 5 años hace | 0