Community Profile

photo

Kavya Vuriti

Last seen: 4 mesi fa Attivo dal 2019

Statistiche

  • Knowledgeable Level 3
  • 6 Month Streak
  • Revival Level 3
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
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 3 anni fa | 0

Risposto
What is alternative of dmodce in version 2017
Hi, Here is an answer that might help.

oltre 3 anni fa | 0

Risposto
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 3 anni fa | 0

Risposto
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 3 anni fa | 0

Risposto
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 3 anni fa | 1

Risposto
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 3 anni fa | 1

| accettato

Risposto
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 3 anni fa | 0

Risposto
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 3 anni fa | 0

Risposto
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 3 anni fa | 0

Risposto
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 3 anni fa | 0

Risposto
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 3 anni fa | 0

| accettato

Risposto
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". ...

quasi 4 anni fa | 1

| accettato

Risposto
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 ...

quasi 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
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 4 anni fa | 0

| accettato

Risposto
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 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
Corrupted files .mlapp, how to restore them in Matlab R2019b?
Hi, I think you could try updating R2019b with the newest available update.

quasi 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
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 4 anni fa | 0

Risposto
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)...

circa 4 anni fa | 0

Risposto
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...

circa 4 anni fa | 0

| accettato

Risposto
Serial communication between two Launchpads
Hi, Here are some useful links: https://www.mathworks.com/help/supportpkg/texasinstrumentsc2000/ug/inter-processor-communicati...

circa 4 anni fa | 0

Risposto
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...

circa 4 anni fa | 0

Risposto
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...

circa 4 anni fa | 0

Risposto
[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...

circa 4 anni fa | 0

Carica altro