![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/kvuritimathworkscom_1562170626283_DEF.jpg)
Kavya Vuriti
Followers: 0 Following: 0
Statistica
0 Domande
87 Risposte
RANK
701
of 297.016
REPUTAZIONE
108
CONTRIBUTI
0 Domande
87 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
15
RANK
of 157.725
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
How to split a table into sections of it dependent on the timestamp of another table
Hi, From the question, I understand that you have two tables, one with timestamps in d-mmm-y HH:mm:ss format and the other wit...
oltre 4 anni fa | 0
What is alternative of dmodce in version 2017
Hi, Here is an answer that might help.
oltre 4 anni fa | 0
Out of memory. The likely cause is an infinite recursion within the program
Hi, The error is due to the function calling itself in line number 42 of the attached code. From the given code, I understood t...
oltre 4 anni fa | 0
Manipulating an array of images
Hi, To access the contents of a cell in a cell array, curly braces({}) must be used. Try using following code: for i = 1:numel...
oltre 4 anni fa | 0
Missing self-paced course.
Hi, If you are enrolled for MATLAB for Financial applications self-paced course, it would appear on the dashboard soon. Current...
oltre 4 anni fa | 1
Change of input to a Sinusoidal input
Hi, From the question, I understand that you want to generate a cosine input of 1KHz with multiple number of cycles. Try using ...
oltre 4 anni fa | 1
| accettato
How can I integrate acquired image with drop down functions?
Hi, From the question, I understand that the two images captured must be shared between the callbacks of Buttons and Drop Down....
oltre 4 anni fa | 0
How to extract data from a table and input the wanted values into a new one?
Hi, As mentioned, you can try using logical indexing. Assuming T is the table, first column in the table as month and second co...
oltre 4 anni fa | 0
Real Time Audio with AppDesigner?
Hi, You can edit data captured in an audio file or any real time audio data by clicking a button in app designer. Launch app de...
oltre 4 anni fa | 0
How can I get desired shape from data in text files?
Hi, Assuming you are looping through text files, fetching data and plotting them, I would suggest adding legends to the axes to...
oltre 4 anni fa | 0
Is it free to register to watch a video?
Hi, Yes, the videos are free to watch. You could just provide email address and some basic information to watch them.
oltre 4 anni fa | 0
| accettato
Query Regarding Quantization of a sampled signal
Hi, Here is a very detailed documentation on quantization of a signal. This function is present in "Communications toolbox". ...
oltre 4 anni fa | 1
| accettato
How can I can I export a matrix to another function in Simulink?
Fron the question, I understood that you are trying to convent a matrix of size 4x6 into cell array of size 1x4. From the given ...
oltre 4 anni fa | 0
Embedding video in gui
Hi, This could be done easily using appdesigner. Type the following in command window: >>appdesigner This opens a canvas wher...
quasi 5 anni fa | 0
Tall arrays - how do they work
Hi, Though you can convert cell array into a tall array, you cannot use dwt function because the input to dwt function cannot b...
quasi 5 anni fa | 0
linprog crashes Matlab R2017b
Hi, This crash might be because the "linprog" function is using the default 'dual-simplex' algorithm.Try switching to the 'inte...
quasi 5 anni fa | 0
How to que analog and digital output simultaneously?
Hi, I think the reserved hardware error is not due to digital channel. Here is an example showing how to generate signals on bo...
quasi 5 anni fa | 0
Simulink Code Inspector look-up table problem
Hi, For the lookup table block, SLCI verifies the function call only, not the function body in releases before R2019a. The func...
quasi 5 anni fa | 0
| accettato
how to import fmu from AMESim to Simulink?
Hi, From the model you provided, it is clear that you are using a Bus Creator block to create bus. The error can be resolved by...
quasi 5 anni fa | 0
Script to create instance of bus signal and write it to the data dictionary
Hi, To create bus objects or bus elements programmatically, you could refer following documentation:https://www.mathworks.com/h...
quasi 5 anni fa | 0
HDL Verifier: How to select the JTAG cable?
Hi, To capture data from live FPGA into MATLAB workspace and to specify properties like 'JTAGCableType' and 'JTAGCableName', yo...
quasi 5 anni fa | 0
Corrupted files .mlapp, how to restore them in Matlab R2019b?
Hi, I think you could try updating R2019b with the newest available update.
quasi 5 anni fa | 0
different plots on different levels of zooming
Hi, While using fimplicit function, the plot depends on the number of evaluation points per direction. This property is termed ...
quasi 5 anni fa | 0
Problems with DSP f28335
Hi, Found similar question. Here is the link:https://www.mathworks.com/matlabcentral/answers/513352-why-am-i-not-able-to-use-ch...
quasi 5 anni fa | 0
How can I create a hyperlink to a folder through matlab in an xls column?
Hi, You can use the following command to create hyperlink to open windows explorer to a particular folder(C drive in this case)...
quasi 5 anni fa | 0
Is it possible to access the simscape visualizer window in a MATLAB app?
Hi, It is possible to open model visualization results in Mechanics Explorer window while designing an app. You can put this pa...
quasi 5 anni fa | 0
| accettato
Serial communication between two Launchpads
Hi, Here are some useful links: https://www.mathworks.com/help/supportpkg/texasinstrumentsc2000/ug/inter-processor-communicati...
quasi 5 anni fa | 0
How can I customize the output format of Model Advisor report?
Hi, You can generate Model Advisor reports in HTML or Adobe PDF or Microsoft Word .docx formats after executing checks. For mor...
quasi 5 anni fa | 0
How do I run multiple background operations (ie, "startBackground")
Hi, To output on two analog output channels from the same device, you can add two channels on same session. For more informati...
quasi 5 anni fa | 0
[Simulink] How can I integrate individual functions in a matrix using Simulink?
Hi, Simulink integrator block accepts array inputs and integrates each element of array individually. You can use demux block t...
quasi 5 anni fa | 0