Community Profile

photo

Divyanshu

MathWorks

自 2023 起处于活动状态

Hi myself Divyanshu Vijayvergiya and I am an EDG intern at MathWorks. I like to code in C++ and am also interested in UI/UX designing. Disclaimer: All opinions that I express on this forum are my own and are not a representative of MathWorks.

Programming Languages:
C++, C, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Professional Interests:
MATLAB, Programming

统计数据

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
Web App and ActiveX
Hi C.Wilson, I understand that you are trying to work with Excel using ActiveX in deployed environment. Unfortunately the f...

13 days 前 | 0

已回答
Problem with model that use LCC Compiler (need of MinGW)
Hi Jonathan, I understand that you are facing an issue of build failure when simulating the example model of 'HybridElectricSou...

15 days 前 | 0

| 已接受

已回答
get and set floating point rounding mode
Hi Alian, I understand that you were expecting the output of 'feature('setround')' to be same as the rounding mode being set us...

20 days 前 | 0

已回答
Resize uifigure to fit DIN A4 when exported
Hi Leon, I understand that you want to export a figure which is a combination of multiple axes, as a pdf of A4 size. Refer the ...

21 days 前 | 0

已回答
Problem setting up Matlab Drive Connector
Hi Pablo, I understand that when re-setting up MATLAB Drive on your system, you are facing an issue in selecting the location o...

21 days 前 | 0

已回答
actxserver('ADODB.Connection') doesn´t work on Matlab Production Server
Hi Leonardo, I understand that your code executes properly on local PC but when executed on MATLAB Production Server (MPS) you ...

22 days 前 | 0

已回答
RoadRunner,when export to apollo, road_sample width value seems to be wrong
Hi Stan, I understand that you have created three simple roads but when exported to apollo, the width values for 'left_road_sam...

22 days 前 | 0

已回答
How get total belt length in Simscape multibody belt-cable system
Hi Bart, I understand that you are trying to calculate the length of belt/cable from spool to spool. Unfortunately there is no...

22 days 前 | 0

| 已接受

已回答
Stop the simulation without issuing an error
Hi Reza, I understand from the description and the comment, that the simulation is not getting completed when using ramp signa...

2 months 前 | 0

已回答
Map Axes and Colorbars - Colorbar Overlapping Labels
Hi millercommamatt, I understand that plotting both map-axes and colorbar result in the colorbar overlapping with the map-axes...

3 months 前 | 0

已回答
How do I track an object on a conveyor detected by a camera after it leaves the camera's field of view?
Hi Simon, I understand the challenge you are facing here is to detect the position of the object after it moves out of the vie...

3 months 前 | 0

已回答
Datastore is not PartitionableByIndex
Hi N/A, I understand that you are creating a data store for training a CNN model using MATLAB. You can go through the followin...

3 months 前 | 0

已回答
Correlation between 3D matrices and statistics on correlation coefficients
Hi Arianna, I understand that you are trying to find correlation coefficients of three 3D matrices ‘A’, ‘B’, ‘C’ with a 4th 3D...

3 months 前 | 0

已回答
Getting published markup to work correctly
Hi Chuck, I understand the issue you are facing; you can go through the following explanation: The difference in the views i...

3 months 前 | 1

| 已接受

已回答
Report generator to Word Table how to use AlowBreakAcrossPages
Hi Daniel, I understand that you are trying to disable the page-breaks so that if there is a long row which cannot fit on the ...

3 months 前 | 0

已回答
Error occurred when I tried to copy tiledlayout object to mlreportgen.report.Figure and append it to mlreportgen.report.Report in App Designer
Hi Jesse, Here is sample code for copying or exporting a figure from tab-group into a report using ‘mlreportgen’ function: me...

3 months 前 | 0

已回答
How can I know whether the track was updated with which sensor in centralized tracking?
Hi Aatif, Here are few key-points you can go through to better understand how tracks are initiated and updated using sensors i...

4 months 前 | 0

| 已接受

已回答
Import data into Satellite Link Budget Analyzer App
Hi Shachar, According to the description provided, it seems you want to change the number of links & default configuration of ...

4 months 前 | 0

已回答
How to use torque and speed data for a certain time period from an excel sheet in a PMSG in Simulink?
Hi Kawsar, One possible workaround to make use of excel sheet values for simulation is by updating the ‘Constant’ block value ...

4 months 前 | 0

已回答
Create power map of motor using xlxread ie Speed Torque and Power
Hi rockstar49, Here are few assumptions I have made based on the description provided: The data contains three values probab...

4 months 前 | 0

已回答
Create a selectable grid in a MATLAB app
Hi Marina, Here are few points to consider for better understanding of the sample app: I have created a sample app which has...

6 months 前 | 0

已回答
setting up graphic user interface
Hi Jon, Few points to consider for better understanding of the sample application as well as the function ‘logic’ written in MA...

6 months 前 | 0

已回答
What is the MATLABWebUI process?
Hi Richard, You can go through the following points: ‘MATLABWebUI’ is the process that handles the communication between the...

6 months 前 | 1

| 已接受

已回答
xlsread problem regarding reading values
The values are getting rounded off because by default MATLAB uses ‘short’ format and hence displays numbers only up to 4 decimal...

6 months 前 | 0

| 已接受

已回答
MATLAB is extremely slow on MacBook with Ventura
Hi Alessandro, The following steps can be tried to speed-up the performance of MATLAB: MATLAB performance can be affected by...

6 months 前 | 0

已回答
Matlab App Designer - Press one button, then wait for the user to press another button, and get the name of the button pressed.
Hi Bertie, Here are few assumptions based on the description provided: Linking two buttons is not physically linking instead...

6 months 前 | 0

已回答
Interval overlap not working
Hi Edoardo, The reason why your function ‘check_present’ is displaying wrong values is because ‘fixed.Interval()’ function onl...

7 months 前 | 0

| 已接受

已回答
Export the data into an excel different coloumns and also add the image into the excel file in a different sheet of the input sheet.
Hi Santhosh, I have taken some sample data for three variables of app ‘speed’, ‘power’ and ‘torque’ all with same size. And in...

7 months 前 | 0

已回答
How do I update the plots of a subplot whitout redefining some constant plots?
Hi David, As per the description provided, I have following understanding of the problem: Function “Simulazione” is called f...

7 months 前 | 0

已回答
Unable to access the interface for setting graphic components in MATLAB App Designer
Hi Idris, From the description provided it is difficult to pinpoint the exact issue, but you can refer the following steps and...

7 months 前 | 1

加载更多