Community Profile

photo

Ganesh Regoti

MathWorks

Last seen: 8 meses hace Con actividad desde 2019

I am Ganesh Regoti. I am an Associate Application Engineer in EDG at MathWorks. My areas of interest are Machine Learning and Data Science.

Disclaimer: Any advice or opinions here are my own, and in no way effect that of MathWorks..

Estadísticas

All
  • Promoter
  • Knowledgeable Level 3
  • 3 Month Streak
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Solver

Ver insignias

Content Feed

Ver por

Respondida
Hi, how to generate ASAP2 file for simulink protected model? I know we can generate ASAP2 for referenced model
Hello, I assume that you have a protected model and it is being referenced from top model To generate a2l file for ert target ...

casi 4 años hace | 0

Respondida
Add column and row headers to a matrix for export
Hi, I assume that you want to store the data in matrix with headers in .xls file. You could use following functions to achieve ...

casi 4 años hace | 1

Respondida
App Designer Drop Down "instructional" default value
Hi, I assume that you are expecting a built-in feature for instructional default value. But as per my knowledge, there is no su...

casi 4 años hace | 0

Respondida
Can i use protected models in external mode?
Hi, As of now, protected models is not supported for external mode. I have heard that this issue is known and the concerned par...

casi 4 años hace | 0

| aceptada

Respondida
How do you graph Data filtered through a loop? This is for an app, I have a large table and a graph, but I also need to graph my filtered data.
Hi, I assume that you want to plot the filtered data on another axis after the button is clicked. For this, either you could us...

casi 4 años hace | 0

Respondida
How do I change Matlab R2020a language from English to Italian?
Hi, Matlab is available in four languages - English, Japanese, Korean, and Chinese. You can refer to following link for it htt...

casi 4 años hace | 0

Respondida
Quanti Gigabytes richiede il download?
Hi, Here is the link you can refer to get more information about system requirements for MATLAB installation of different versi...

casi 4 años hace | 0

Respondida
Error in app designer
Hi Vahid, By the error statement, I would say it might be a syntactical error. Go through the code to check if it is properly f...

casi 4 años hace | 0

Respondida
Plotting 3 axes (y1, X1, X2) using 4 fields in a structure?
Hi, I assume you want two different plots on a single figure. Here are certain links which you could refer to https://www.math...

casi 4 años hace | 0

| aceptada

Respondida
Array as a #define instead of scalar
Hi Jonas, The error thrown is an expected behaviour. To work around this issue, you can Use the "ImportedDefine" Storage clas...

casi 4 años hace | 0

| aceptada

Respondida
App Designer: "Value" element now a string
Hi Kristoffer, It is possible to index information if you can use the property ItemData of drop-down component. I found a simi...

casi 4 años hace | 0

| aceptada

Respondida
How to delete specific files in a folder from a list of excel or txt file
Hi, Given the list of files are in excel sheet, you can import that data using readTable. For deleting respective files, I ha...

casi 4 años hace | 0

Respondida
Number of computers for Home license
Hi, For an individual license, Activation limit - upto 4 computers Simultaneous Session limit - Unlimited sessions on no more...

casi 4 años hace | 0

Respondida
Is there anyway to add incremental learning to image recognition?
Hi, Have you tried adapt for incremental learning. Refer the following links https://www.mathworks.com/help/deeplearning/ref/a...

alrededor de 4 años hace | 0

Respondida
Lane change in curved roads
Hi, I assume you are using MATLAB R2019b version, in this version it is a known issue and the example works only for straight r...

alrededor de 4 años hace | 0

| aceptada

Respondida
How to import the exported signal using Wireless waveform generator app to MATLAB Simulink
Hi, To load signal from workspace to Simulink using Signal From Workspace block. For data generated by Waveform Generator App,...

alrededor de 4 años hace | 0

Respondida
How to consider each lesion area as a separate sample and extract features for training?
Hi, As per my understanding you want to implement given paper in MATLAB. Here is my answer There is a paper referenced to iden...

alrededor de 4 años hace | 1

| aceptada

Respondida
Programatically write to Simulink Diagnostic Viewer
Hi, There is a way of writing data onto diagnostic viewer programatically from S-Functions. The 'std::cout' statements written ...

alrededor de 4 años hace | 0

Respondida
Saving an array as a .raw image
Hi, As per my understanding, you are reading data from a .raw file, processing the data and trying to store the processed data ...

alrededor de 4 años hace | 1

| aceptada

Respondida
Is the FIK user specific
Hi, The FIle Installation Key (FIK) is not user specific. Usually there is one FIK generated per license. However, when the pro...

alrededor de 4 años hace | 0

Respondida
How to use own 3D scene for "Simulation 3D Lidar" Toolbox?
Hi, You can customize the 3D scenes following the steps in this link. https://www.mathworks.com/help/driving/ug/customize-3d-s...

alrededor de 4 años hace | 0

Respondida
Subsystem to monitor the change of three inputs
Hi, You can check whether the value has changed from the previous time-step using delay blocks. If the signal is discrete the...

alrededor de 4 años hace | 0

| aceptada

Respondida
To workspace block in simulink
Hi, As per my understanding, you want to change the format of data in which the output data is stored in workspace. Select the...

alrededor de 4 años hace | 0

Respondida
Can i connect a matlab code to the app enviroment?
Hi, As per my understanding, you want to load data from mat file to appdesigner. load function must work for you var=load('exa...

alrededor de 4 años hace | 0

Respondida
Positioning new nodes in a graph
Hi, As per my understanding, you want to customize node positions on plot. Here is the link you can refer to https://www.mathw...

alrededor de 4 años hace | 0

| aceptada

Respondida
How can I make a subplot of subplots?
Hi, As per my knowledge, it is not possible to create subplot within subplot as the function returns the axis by default. Inste...

alrededor de 4 años hace | 0

Respondida
Highlight line from 3D plot
Hi, As per my understanding, you want to highlight certain points on your 3D plot. If you have the data of those points, you ca...

alrededor de 4 años hace | 0

Respondida
Changing Matlab toolbox sliceViewer properties
Hi, For Matlab functions, the arguments are provided in the format of name-value pairs. You can refer to examples in the follow...

alrededor de 4 años hace | 0

| aceptada

Respondida
replace entire mdl file from app designer
Hi, You can copy the contents from one Simulink model to another through appdesigner using subsystem commands. Here is the link...

alrededor de 4 años hace | 0

| aceptada

Respondida
Repeating values on colorbar
According to the doc, Tick mark labels, specified as a cell array of character vectors, a string array, a numeric array, a chara...

alrededor de 4 años hace | 2

| aceptada

Cargar más