Community Profile

photo

Kavya Vuriti

Last seen: 5日 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

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

バッジを表示

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

3年以上 前 | 0

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

3年以上 前 | 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年以上 前 | 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年以上 前 | 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...

4年弱 前 | 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 ...

4年弱 前 | 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....

4年弱 前 | 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...

4年弱 前 | 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...

4年弱 前 | 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...

4年弱 前 | 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.

4年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 0

| 採用済み

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

約4年 前 | 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年 前 | 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年 前 | 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年 前 | 0

さらに読み込む