photo

Tushar Sharma


Last seen: Today Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
  • Solver
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
eigenvalues from sap2000
Hi Ubaid, The following file exchange links would allow you to obtain Eigenmodes and frequencies, by interacting between SAP200...

environ 14 heures il y a | 0

Réponse apportée
How can I edit the Industrial Robot Models in Simscape, MATLAB Example by Steve Miller?
Hi Chintan, You can import the URDF model files into a Simscape Multibody model, and then modify it accordingly. To do so, use...

environ 16 heures il y a | 0

Réponse apportée
Simulation Implementation issue for C2000MCU F28379D
Hello Kumar, Please take a look at this documentation: https://www.mathworks.com/help/ti-c2000/ug/getting-started-with-C2000-ex...

4 jours il y a | 0

Réponse apportée
Markov chain
This might be helpful to create Markov and semi-Markov models - https://www.mathworks.com/matlabcentral/fileexchange/48531-semi-...

4 jours il y a | 0

Réponse apportée
Dual fuel engine model
Hi Adrian, You can refer to this case study which demonstrates dual fuel engine control system development, using Model-Based D...

6 jours il y a | 1

Réponse apportée
MATLAB Coder Onramp Issue - Section 4 Call C Code from MATLAB
Hi Jason, I encountered a similar issue and found a workaround that seems to work well. You can add the "jit" flag at the end o...

8 jours il y a | 1

| A accepté

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 mois il y a

Réponse apportée
How to extract a region from a country?
Hi Sritoma, I'm assuming you have the Shapefile data for India. If not, you can download it from - https://www.igismap.com/down...

3 mois il y a | 0

Réponse apportée
Does buildtool offer parallel task execution
Hi Benjamin, Yes, beginning with MATLAB release R2024a, the buildtool can execute builds in parallel, provided you have the Par...

3 mois il y a | 0

Réponse apportée
Unable to run local function "myparse"
Hi Wai, It seems that the function you're trying to use, "myparse," may be causing conflicts in MATLAB. The error you're experi...

3 mois il y a | 1

Réponse apportée
Solutions provided in task 15 are wrong
Hi Avinash, As mentioned in previous comments, please try to be more specific about the issues you're encountering. This can he...

3 mois il y a | 0

| A accepté

Réponse apportée
Functions not found by application compiler
Hi Tobias, You might be seeing these warnings if your deployed application uses an unsupported function. MATLAB Compiler does n...

3 mois il y a | 0

Réponse apportée
Import excel in simulink
You may import data from Excel as signals in Simulink using the "From Spreadsheet" block - https://www.mathworks.com/help/simuli...

5 mois il y a | 0

Réponse apportée
Why should I not put the .buildtool cache folder under source control?
Hey Strider, Your logic is quite reasonable—if the cache folder contains information like task traces that enable incremental b...

5 mois il y a | 0

Réponse apportée
Connecting to Bloomberg Data Licence via Matlab
Hi Dominika, I assume you meant the "bdl" function instead of "bld." You are correct that the functionality for creating connec...

5 mois il y a | 0

Réponse apportée
Do we have option in Polyspace to generate report for Code Prover/ BugFinder in Excel or Spreadsheet format ?
Hi Adnan, Unfortunately, it is not currently possible in polyspace to generate report in Excel or Spreadsheet format. You can ...

9 mois il y a | 0

Réponse apportée
CADのカラーをMultibodyに反映させる方法はございますでしょうか。
Hi, I understand that you are unable to view the inherited colors from CAD model in Simscape Multibody. The issue possibly mig...

10 mois il y a | 0

| A accepté

Réponse apportée
matlab卸载or下载工具箱出现了问题
Hi xiaoli, It's not essential to uninstall MATLAB to add additional toolboxes. Kindly refer to this link - https://www.mathwork...

10 mois il y a | 0

| A accepté

Réponse apportée
Implementing NEAT algorithm in Simulink
Hi Allegra, I assume that you are referring to 'msra-walking-robot' - https://github.com/mathworks/msra-walking-robot. The alg...

10 mois il y a | 0

Réponse apportée
Why Simscape has been calling as a 1D simulation tool?
Hi Jiseung, Your observation about Simscape primarily being referred to as a 1D simulation tool, while insightful, merits a nua...

10 mois il y a | 0

| A accepté

Réponse apportée
Problema con plot di dati, ricevo il messaggio "In workspace belonging to" e la compilazione non procede
Hi Giovanni, It sounds like you're encountering an issue where MATLAB's execution pauses due to 'waitforbuttonpress' and doesn'...

10 mois il y a | 1

Réponse apportée
How to add in properties of Solid Oxide Fuel Cell
Hi Ke, You are almost on the right track to model a Solid Oxide Fuel Cell. The SOFC models are not directly included as pre-bui...

10 mois il y a | 0

Réponse apportée
add-ons cannot be operated in windows 11
Hi Ming, Kindly try this answer once where it mentions the same error code as present in your question. https://in.mathworks.c...

10 mois il y a | 0

Réponse apportée
Failed to open Add-On manager and install Add-Ons
Hi Yiming, Kindly try the workaround suggested in the below link, which seems to address the unexpected behaviour for using the...

10 mois il y a | 0

Réponse apportée
I cannot run the MATLABwindow application (on Windows 11)
Hi, Kindly try this answer once where it mentions the same error code as present in your question. https://in.mathworks.com/ma...

10 mois il y a | 0

Réponse apportée
I need help for creating a point with 2x2 pixels , a line of 2x200 pixels and 256x256 solid square to produce a sinogram by using sinogram function.
Hi Fatma, Your code for creating a square and attempting to generate its sinogram is close, but it seems like you missed the ac...

10 mois il y a | 1

| A accepté

Réponse apportée
MATLAB standalone application error
Hi Suchan, The error message you're encountering indicates that the MATLAB Compiler (mcc) was unable to open the file 'E:\경로\AW...

10 mois il y a | 0

Réponse apportée
Come posso risolvere il seguente problema: Error using matlab.internal.math.interp1 Interpolation requires at least two sample points for each grid dimension.
Hi Giuseppe, The error which you are facing indicates a problem with the input data provided for interpolation. You may use MA...

11 mois il y a | 0

Réponse apportée
I am trying to use Ace Ventura's 3D frame analysis matlab file, but couldn't figure out how to create the input files 11, 12 and 13 for the nodal coordinates.
Hi Raghu, The input data files 11, 12 & 13 should contain joint x,y and z coordinates respectively. Each file should list only ...

12 mois il y a | 0

Réponse apportée
Python imported library blocks don't work after a restart.
Hi Bastiaan, If you are experiencing the need to re-import all the files every time you use the custom library, it may indicate...

environ un an il y a | 0

Charger plus