photo

Anurag Ojha


Last seen: 3 días hace Con actividad desde 2023

Followers: 0   Following: 0

Mensaje

Spoken Languages:
English
Pronouns:
He/him

Estadística

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
class 'Simulink.​metamodel.​arplatform​.port.DataSenderPort' " while bulilding an Autosar Model
Hi Linyan I recently came across a discussion on MATLAB Answers that addresses a similar issue. The response provided by MathW...

4 días hace | 0

Respondida
Need help in learning about adaptive autosar
Hello Neha I recently went through the following documentation, which is a good starting point. I have added the documentation...

5 días hace | 0

| aceptada

Respondida
Time series properties error
Hey The error you're encountering occurs because the synchronize function is expecting input tables or timetables, but the Qua...

5 días hace | 0

Respondida
How to generate a single pulse sine wave
Hi Nupur To generate a single pulse sine wave with the given specifications, you can refer to following MATLAB code: % Defin...

6 días hace | 0

| aceptada

Respondida
How to get the name of the view in Simulink Data Inspector programmatically
Hey As per my understanding your query is once we have saved a view how to load it progamitacally. To do so you can use 'Simul...

7 días hace | 0

Respondida
How to export Data cursors info from simulink data inspector to workspace
Hi Eli You can use 'Simulink.sdi.getCursorPositions' function to export data cursor from information from Simulink Data Inspec...

7 días hace | 0

Respondida
Autosar packages for autocode
Hey Jose At bare minimum you'll need AUTOSAR Blockset, Simulink Coder, and Embedded Coder. The other toolboxes are optional but...

7 días hace | 0

Respondida
Need help to compare output of a simuink model
Hey Steven In order to compare the results you can use compare tab in the "Data inspector". It helps you compare two different ...

7 días hace | 0

| aceptada

Respondida
Solving trigonometric simultaneous equations
Hello Jupin Yes, MATLAB is capable of solving complex equations, including inverse kinematics problems. MATLAB provides powerf...

7 días hace | 0

Respondida
Rte Explicit Read inside if condition
Hey The issue arises because when using 'ExplicitReceive' mode, Simulink automatically buffers the data to ensure simulation a...

7 días hace | 0

Respondida
How to use S-Function in C.
Hey Park Adding few MATLAB documentations which will be a good starting point for using S-Function in C/C++ https://www.math...

10 días hace | 0

Respondida
Using C-file in S-function
Hi Jitendra You can refer to following MATLAB documentations to integrate C or C++ code to create S-functions https://www.mat...

10 días hace | 0

Respondida
How can I creat a "for" that builds more than one matrix?
Hi Santos The "()-indexing must appear last in an index expression," occurs because MATLAB does not support indexing with pare...

12 días hace | 0

Respondida
How to create variable size buffers in Simulimk?
Hey Vaibhavee In order to create a variable size buffers in simulink. You can use MATLAB Function block. MATLAB Function blocks...

12 días hace | 0

Respondida
how to create Buffer with simulink blocks?
Hi Venu You can use "Tapped Delay block". You can find this block in the Simulink Library Browser under: Simulink -> Discrete ...

12 días hace | 0

Respondida
How to define a path of vehicle
Hey Alexandr Kindly go through the MATLAB code below that defines a path of vehicle in path-length coordinate.I have take certa...

13 días hace | 0

Respondida
Galerkin method fix the linear two-point BVP
Hey Cheng Kindly find the code below to use the Galerkin method with hat functions to solve the given boundary value problem (...

13 días hace | 0

Respondida
Convert pulse to digital
Hey Joe In order to convert a pulse that varies in frequency over time into a digital representation, you can use a combination...

13 días hace | 0

Respondida
How can I plot the waves produced from a piston type wave-maker?
Hey Marilli You can approach this problem using the linear wave theory. I have taken certain assumptions for programming a pis...

13 días hace | 0

Respondida
need help with the collocation method
Hi Lisa For collocation method, kindly refer to the below code. I have taken certain assumptions like Second-Order Differenti...

13 días hace | 1

Respondida
Using For loop to plot graphs of functions
Hey The error you are encountering is due to the fact that the vpasolve function expects the equations and variables to be sym...

2 meses hace | 0

Respondida
Deleting range of rows in a time series data
Hey To remove the rows with a range of years from 1995 to 2016, you can use logical indexing in MATLAB. Here's an example code...

2 meses hace | 3

| aceptada

Respondida
i try to do quadratic interpolation with 3 initial guesses. when i run the code it do nothing
Hey The code you provided seems to have some syntax errors. Additionally, the use of the inline function is not recommended as...

2 meses hace | 0

Respondida
Why Am I getting this warning about SNOPT derivative structure
Hi Mudrik The warning message indicates that the SNOPT solver expects specific derivative structures for the objective function...

2 meses hace | 0

Respondida
Find Transfer Function from Laplace transformation
Hi Christos I have written MATLAB code to find a simpler form of the transfer function I have made use of some in built MATLAB...

2 meses hace | 0

| aceptada

Respondida
statement in test assessment block
Hi Pratik In Simulink Test, you can verify outputs at different time steps using the Test Assessment block by employing a serie...

2 meses hace | 0

| aceptada

Respondida
What can I do if I get the following error?
Hey The error you're encountering with the interpn function suggests that the grid vectors xspan, yspan, and tspan0 do not mat...

2 meses hace | 0

Respondida
Hydrostatic pressure in PDE toolbox
Hello Jigar To apply varying hydrostatic pressure on the side face of the meshed rectangular box, you can follow these steps: ...

2 meses hace | 0

Respondida
close autosar update report
Hi Melih In order to close autosar update report with script you can execute following command: ma = Simulink.ModelAdvisor.ge...

2 meses hace | 0

Respondida
How to construct piecewise polynomial?
Hi Avinash The error in your code is occurring because the variable z is not defined outside the loop. To fix this, you can de...

2 meses hace | 0

Cargar más