Abhisek Roy
MathWorks
I work at MathWorks India Private Ltd and a Control Engineer by education.
In my free time, I like to travel, trekking and playing Computer games.
Professional Interests: MATLAB, Simulink and Physical Modeling.
Statistik
0 Fragen
21 Antworten
RANG
5.900
of 295.467
REPUTATION
8
BEITRÄGE
0 Fragen
21 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Webinar Project File Availability
Hi, You can find the base project here - Longitudinal Motorcycle Braking Test Reference Application - MATLAB & Simulink (mathw...
fast 2 Jahre vor | 0
updating an sql lite database on my macbook delete and insert
The MATLAB interface to SQLite supports the insert function only. https://www.mathworks.com/help/database/ug/inserting-data-usi...
etwa 7 Jahre vor | 0
meshgrid .stl file and extract data points?
Hi, Have a look at the following example - https://www.mathworks.com/help/pde/examples/deflection-analysis-of-a-bracket.ht...
etwa 7 Jahre vor | 0
| akzeptiert
Using the Simulink class to programatically populate Simulink models.
Hi Matt, Adding blocks via Simulink class i.e. Simulink.(name of the block) is not a supported workflow. As a result, not all...
etwa 7 Jahre vor | 0
Is it possible to acquire still images for analysis from a raspberry pi using Simulink only?
Hi Keith, Have you installed Simulink support package for Raspberry Pi Hardware? If you have installed them them you should h...
mehr als 7 Jahre vor | 1
How to extract variables from the generated GRT build data?
Hi Radhakrishna, In the generated code folder (model_name)_grt_rtw, you will find one (model_name)_data.c file. In that file ...
mehr als 7 Jahre vor | 0
raspberry pi connection error
Hi Antonio, have a look at the following page - <https://www.mathworks.com/matlabcentral/answers/91881-how-do-i-resolve-c...
mehr als 7 Jahre vor | 0
How do I delete a Simulink component library?
Hi Jean-Jacques, You can simply remove the path from MATLAB search path and it will not appear in the library browser. Reg...
mehr als 7 Jahre vor | 0
How to make a user input working with Simulink model generated code
Hi David, Code customization is not possible with grt.tlc and it does not generate optimized code. If you have Embedded Coder...
mehr als 7 Jahre vor | 1
How can I refer Matlab client to a NetWork.lic file on a share? To be flexible when the license server is replaced.
Hi, Please contact Mathworks Customer Service if you have not already, they are the right person to help you with this query....
mehr als 7 Jahre vor | 0
Using imported lookup tables from Excel
Hi Fiona, Have a look at the following documentation page for <https://www.mathworks.com/help/releases/R2016b/matlab/ref/int...
mehr als 7 Jahre vor | 0
pole zero map font color , size
Hi Safiya, Please use the 'pzplot' command which gives you the option to customise the plot- http://www.mathworks.com/hel...
mehr als 8 Jahre vor | 0
Is it possible to use models trained with Matlab classification learners outside Matlab, such as in java
Hi Emin, It is possible to deploy your MATLAB code to a Java platform by writing C wrapping code to enable the generated C co...
mehr als 8 Jahre vor | 0
Compiled MATLAB crashes on instrfind
Hi Paul, Please have a look at the following External Bug Report - http://www.mathworks.com/support/bugreports/1218395...
mehr als 8 Jahre vor | 0
how to start flexlm at boot Mac OS X 10.11
Hi Matthew, Starting with MATLAB R14, the license manager is configured to start automatically during the installation of the...
fast 9 Jahre vor | 0
Why do I get the error message "Index exceeds matrix dimensions."
Hi Martin, The error occurred as u0 provided to ode45 should be a [2,1] vector as the dynamics has two states. So change u0(i...
fast 9 Jahre vor | 0
retrieving parameters from regression results in command window
Hi Kemin, I am assuming you are using 'cftool' to do the regression. You can export the fit result to the workspace by right ...
fast 9 Jahre vor | 0
What's the problem with mex compiler when running simulation in accelerator mode Matlab 2015b
Hi Alexandre, It looks like the issue is caused by the environment variable PATH being corrupted. Try to build the following ...
fast 9 Jahre vor | 0
How to insert a Mean block in a referenced model?
Hi Marco, All blocks in a triggered subsystem must have either inherited (-1) or constant (inf) sample time. This is to ind...
fast 9 Jahre vor | 0
how to display an image and ask the user to specify the two corners along the diagonal direction of the bounding box and then crop that portion and display it by using ginput function
Hi MNBY, Have a look at the following example - <http://in.mathworks.com/help/matlab/creating_plots/reading-writing-and-qu...
fast 9 Jahre vor | 0
Why do I get the message NaN?
Hi Max, It looks like some part of the expression reaches the maximum representable value for a double precision floating poi...
fast 9 Jahre vor | 0