Community Profile

photo

Tushar

MathWorks

Active since 2023

Followers: 0   Following: 0

I am a software developer here at MathWorks. I'm passionate about the MathWorks products, and technologies, and would love to bring a positive change in the world using tech. Disclaimer: All opinions I express on this forum are my own, and not representative of MathWorks.

Programming Languages:
Python, C++, C, Java, Javascript, Go, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
It is possible to create a desktop app with Electron and using MATLAB for the calculus?
Hi, Yes, it is possible to build a desktop app with Electron or other technologies and link it to MATLAB for calculation and d...

11 maanden ago | 1

| accepted

Answered
Simulink start page stuck on infinite loading screen
Hi, Based on my understanding about the problems you are facing with simulink loading, there are a number of things that you ca...

11 maanden ago | 0

Answered
"mp_core" toolbox
Hi, “MP_Core” toolbox is not a standard toolbox that comes with MATLAB. You can find the instructions to download & install "m...

11 maanden ago | 0

Answered
problems with C/C++ compiler. Matlab R2022b
Hi, This can be because of the reason that you don't have a compiler installed on your system. So, first you need to install t...

11 maanden ago | 0

| accepted

Answered
Is there an API documentation for custom code for STM32 Nucleo Simulink project?
Hi, You can find out the documentation of "Simulink Coder Support Package for STMicroelectronics Nucleo Boards" in the below li...

11 maanden ago | 0

Answered
为什么附加功能安装出现异常
Hi, The installation of addtional features may be abnormal probably because of not following the right steps. I would sugges...

11 maanden ago | 0

Answered
Export multiple mechanics explorer video tiles at once
Hi, As far as I know, there is currently no built-in feature in Mechanics Explorer that allows you to output multiple tiles in...

bijna een jaar ago | 0

Answered
Add-on Error : Simulink Support Package for Arduino Hardware : XCP error
Hi, This could be because of you having certain firewall settings possibly blocking connection. Due to this, the external mode ...

ongeveer een jaar ago | 0

Answered
No access error: Cannot access method 'pattern' in class 'arrayConfig'.
Hi, Your question is lacking details, but if I had to guess, then it's because of the manner you are invoking your method, prob...

ongeveer een jaar ago | 0

Answered
How can I resolve the 'serial communication failed' error?
Hi, The error directs that there is a communication failure while using the parameter estimation host model. You can have a lo...

ongeveer een jaar ago | 0

Answered
Error in matlab app with a code
Hi, The error which you are facing usually indicates that MATLAB cannot find a particular variable or MATLAB program file in th...

ongeveer een jaar ago | 0

Answered
Screenshot of MATLAB Web App
Hi, Starting in Matlab r2020b, you can take snapshots of an app / uifigure using the functions below. exportapp getframe ...

ongeveer een jaar ago | 0

Answered
Linux Matlab auto login/login from command line
Hi, Start MatLab with the following flags matlab -nodesktop -nojvm -nosplash -nodesktop prevents the desktop -nojvm prevents...

ongeveer een jaar ago | 0

Answered
GigE Pyrocam III: Mono16 Pixel vales always at extremes close to 0 or 65535
Hi, It sounds like you are experiencing issues with the dynamic range of your Pyrocam camera. It's possible that the pixel valu...

ongeveer een jaar ago | 0

Answered
Matlab2022a生代码最后报错:The terminate function is required by rt_main.c
Hi, The error message "The terminate function is required by rt_main.c" usually indicates that there is a problem with the gene...

ongeveer een jaar ago | 0

Answered
代码中有函数或变量“p”无法识别,优化误差
Hi, The error message you are seeing is likely due to the fact that the variable p is not defined before it is used in the code...

ongeveer een jaar ago | 0

Answered
Regression Learner model with multiple variables: Finding all combinations x1,x2 that lead to certain outcome y
Hi, Yes, there is a way to calculate all possible combinations of x1 and x2 that lead to a certain value for y, given x3. Here...

ongeveer een jaar ago | 0

| accepted

Answered
how to make 3d voxel in specific range?
Hi, To create a 3D voxel in a specific range with a voxel size of 20m x 20m x 20m, you can use the following steps in MATLAB: ...

ongeveer een jaar ago | 0

Answered
Why does dvbs2ldpc() generate non-quasi-cyclic matrixes?
Hi, The dvbs2ldpc() function in MATLAB generates LDPC (Low-Density Parity-Check) codes for DVB-S2 (Digital Video Broadcasting -...

ongeveer een jaar ago | 0

Answered
스크립트에서 ode45 함수를 지원하지 않는다고 합니다
Hi, There maybe another script file named ODE45, which might be preventing MATLAB from running the actual ode45 function includ...

ongeveer een jaar ago | 0

Answered
XCP crash Raspberry pi
Hi, This could be because of you having certain firewall settings possibly blocking connection with the RPi. Due to this, the e...

ongeveer een jaar ago | 0

Answered
How to disable Mac Magic Mouse from zooming on figures
Hi, You can can fix this by disabling the magic mouse zooming completely. This link provides 3 solutions which can be useful to...

ongeveer een jaar ago | 0

Answered
Tall cell arrays with confusionchart()
Hi, As far as I understood, you wanted to separate out the labels, i.e the second column from the data you have given. This ca...

ongeveer een jaar ago | 0

| accepted

Answered
MATLAB_R2014b_Win32,安装过程中“系统找不到指定路径”
Hi, You may be receiving this error because of not downloading the correct installation files, or donwloading them at the incor...

ongeveer een jaar ago | 0

Answered
多个账号不能同时激活 eror-9
Hi, Assuming that you have multiple MATLAB network authentication accounts, you can look at administering licences or raise lic...

ongeveer een jaar ago | 0

Answered
Debido a un problema temporal, su Cuenta de MathWorks no está disponible. Inténtelo de nuevo más tarde.
Hi, If the issue still persists, you can go to the Contact Support page, then Create Service Request and then click on Customer...

ongeveer een jaar ago | 0

Answered
Sort images in pixelLabelDatastore in serial order
Hi, A pixelLabelDatastore stores files in lexicographical order. For example, if you have twelve files named 'file1.jpg', 'file...

ongeveer een jaar ago | 0

Answered
3D dendrogram visualization
Hi, As far as I researched, there is NO such thing as a 3D dendrogram. Since, if you imagine a 2D dendrogram as cluster of diff...

ongeveer een jaar ago | 0

Answered
Mouse Button Press distinction between "Left Mouse Button" and "Double Click Button"
Hi, 1. You can add a delay to distinguish single click from a double click, as your double clicks were perceived as two times s...

ongeveer een jaar ago | 0