Ganesh Regoti
MathWorks
Followers: 0 Following: 0
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..
Statistik
RANG
830
of 295.495
REPUTATION
88
BEITRÄGE
0 Fragen
68 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
8
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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 ...
mehr als 4 Jahre vor | 0
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 ...
mehr als 4 Jahre vor | 1
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...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
| akzeptiert
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...
mehr als 4 Jahre vor | 0
| akzeptiert
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...
mehr als 4 Jahre vor | 0
| akzeptiert
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...
mehr als 4 Jahre vor | 0
Number of computers for Home license
Hi, For an individual license, Activation limit - upto 4 computers Simultaneous Session limit - Unlimited sessions on no more...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
| akzeptiert
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,...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 1
| akzeptiert
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 ...
mehr als 4 Jahre vor | 0
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 ...
mehr als 4 Jahre vor | 1
| akzeptiert
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...
mehr als 4 Jahre vor | 0
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...
mehr als 4 Jahre vor | 0
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...
fast 5 Jahre vor | 0
| akzeptiert
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...
fast 5 Jahre vor | 0
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...
fast 5 Jahre vor | 0
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...
fast 5 Jahre vor | 0
| akzeptiert
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...
fast 5 Jahre vor | 0
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...
fast 5 Jahre vor | 0
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...
fast 5 Jahre vor | 0
| akzeptiert
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...
fast 5 Jahre vor | 0
| akzeptiert
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...
fast 5 Jahre vor | 2
| akzeptiert
uitable did not display part of data
Hi, The issue is with the usage of square brackets ‘[’ in your data. Remove the square brackets (“[]”) in your data and try t...
fast 5 Jahre vor | 0