Community Profile

photo

Kavya Vuriti

Last seen: 4 months 前 自 2019 起处于活动状态

统计数据

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

查看徽章

Content Feed

排序方式:

已回答
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...

3 years 前 | 0

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

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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 ...

3 years 前 | 1

| 已接受

已回答
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....

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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.

3 years 前 | 0

| 已接受

已回答
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". ...

4 years 前 | 1

| 已接受

已回答
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 ...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 0

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

4 years 前 | 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 ...

4 years 前 | 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...

4 years 前 | 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)...

4 years 前 | 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...

4 years 前 | 0

| 已接受

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

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 0

加载更多