photo

Tushar

MathWorks

自 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

统计学

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

1 year 前 | 1

| 已接受

已回答
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...

1 year 前 | 0

已回答
"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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 0

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

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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 ...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

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

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
代码中有函数或变量“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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

| 已接受

已回答
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: ...

1 year 前 | 0

已回答
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 -...

1 year 前 | 0

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

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

| 已接受

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

1 year 前 | 0

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

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0