photo

Shaunak


Last seen: 3 mesi fa Attivo dal 2025

Followers: 3   Following: 0

Statistica

All
MATLAB Answers

0 Domande
38 Risposte

Cody

0 Problemi
1 Soluzione

RANK
1.545
of 299.962

REPUTAZIONE
44

CONTRIBUTI
0 Domande
38 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
13

RANK
 of 20.851

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
134.873
of 166.743

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How to call API in simulink?
Hi @sneha bharadwaj, It is my understanding that you want to call a C function from within Simulink using the S-Function...

3 mesi fa | 0

Risposto
How Imfuse works? what is the difference between green and magenta?
Hi, I find that you used ‘imfuse’ in MATLAB with the 'falsecolor' method to visually compare two grayscale images using color-c...

3 mesi fa | 0

Risposto
Why is there a long "busy" time when drawing gridlayout
Hi @Johnny Birch, It is my understanding that you are developing a dashboard-style table in App Designer using ‘uigridlayout’ a...

4 mesi fa | 0

Risposto
How to connect simulink and NI 6341?
Hi @hengyu, It is my understanding that you want to generate a signal in Simulink and output it using an NI PCIe-6341 data acqu...

4 mesi fa | 0

Risposto
How to use linprog to maximize
Hi @ALI KARACA, It is my understanding that you want to solve an insurance profit maximization problem with consumer utility co...

4 mesi fa | 0

Risposto
how to load my code c++ to raspberrypi
Hi @fikana cantri, It is my understanding that you have generated C++ code from your Simulink model and have a Raspberry Pi set...

4 mesi fa | 0

Risposto
Fit parameters to a non linear differential equation of second order
Hi Ann, It is my understanding that you have the time-series data for Q, w, and H, and you'd like to estimate five parameters i...

4 mesi fa | 0

Risposto
How to batch convert to C/C++ using Coder App?
Hi Shawn, It is my understanding that you want to batch convert a large MATLAB package consisting of many M files into C/C++ c...

4 mesi fa | 0

Risposto
Toolbox, DSGE, macroeconomics, modelling
Hi @b.gloglo I understand you are looking for information about the recommended MATLAB toolboxes and resources for macroecono...

4 mesi fa | 0

Risposto
How to create excel sheet for developed model using MATLAB
Hi Maya, It is my understanding that you want to generate an Excel sheet containing both input and output data for your Sim...

4 mesi fa | 0

Risposto
unable to build returns error" make command returns an error of 2" with C2000 (f28069m) micro controller
Hi Mark, As per my understanding, the error "make command returns an error of 2" with the C2000 (f28069m) microcontroller is o...

4 mesi fa | 0

Risposto
How to configure AUTOSAR Receiver Port for DataReceiveErrorEvent
Hi Nagaraj, To configure the AUTOSAR receiver port for ‘DataReceiveErrorEvent’, you can use the “Code Mappings” editor and the...

4 mesi fa | 0

Risposto
why i cannot select internal clock in matlab for s32k116?
Hi Vikash, It sounds like your issue is related to the clock source configuration in the NXP ‘Model-Based Design Toolbo...

4 mesi fa | 0

Risposto
tdmswriteprop writing garbage names
Hi Paul, I understand that you are facing some issues while writing property values to a TDMS file using tdmswriteprop in MATLA...

5 mesi fa | 0

Risolto


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:...

5 mesi fa

Risposto
function to generate aircraft position data
Hi Sofiya, To generate synthetic aircraft position and velocity data in two dimensions with constant acceleration for...

5 mesi fa | 0

Risposto
hi. i have a matlab code that it opens the simulinkmodel and the simulink model contains blocks and sensors related to unreal engine .
Hi Mahsa, The error you’re experiencing usually occurs due to a mismatch between the vehicles defined in Simulink an...

5 mesi fa | 0

Risposto
I want to change the color of the target object that I created with V_Real Builder every time it is repeated
Hi @Amir Azadeh Ranjbar, To change the color of your target object in the VRML/X3D scene at each iteration, you need to ...

5 mesi fa | 0

Risposto
Inconsistencies with the solver in virtual simulation with external data acquisition-Arduino
Hi @Federico Ampudia, It sounds like your issue is related to how Simulink’s solver interacts with your model, especially w...

5 mesi fa | 0

Risposto
It is possible estimate the computational cost of Simulink blocks before embed on the hardware?
Hi Victor, In Simulink, diagnostics can be performed on the full model to assess computational aspects before deploying to har...

5 mesi fa | 0

Risposto
Please let me know the best practice for authoring a iterating logic in Simulink.
Hi Akhil, As per my understanding, for running an iterative routine at each simulation step, the MATLAB Function blo...

5 mesi fa | 0

Risposto
Deploying Matlab Library (Dll) Compiled in .NET to a client with no MCR
Hi Yuval, Running a MATLAB-compiled .NET library on a client machine generally requires either a full MATLAB install...

5 mesi fa | 1

| accettato

Risposto
Overwrite old version when installing new one
Hi @Bo, When you install a new version of MATLAB, previous versions are not overridden by default. You can go t...

6 mesi fa | 0

Risposto
Allan Variance (allanvar) not working correctly
Hey John, It looks like the issue you are encountering with the "allanvar" function is recorded in the following MathWorks Do...

6 mesi fa | 0

| accettato

Risposto
how can i fixe error Invalid Simulink object name: i_v_flux_of_memristor/Sine_wave in this code.
Hi Anand, The below mentioned error usually occurs from any issue with the block name or path: "Invalid Simulink object name: ...

6 mesi fa | 0

Risposto
Historical data for Bloomberg with metadata
Hi Maite, You can use the “getdata” function to retrieve similar results and then perform additional post-processing in MATLAB....

6 mesi fa | 0

Risposto
Can we use J1939 for NVIDIA Jetson AGX Orin?
Hi Mayukh, The CAN and J1939 blocks aren't designed to work together on the NVIDIA Jetson AGX Orin. You can use the ...

6 mesi fa | 0

Risposto
I have to generate transition probability matrix from sample data.
Hi Sami, It is my understanding that you're trying to generate a transition probability matrix in MATLAB, but you're encounteri...

7 mesi fa | 0

Risposto
How to evaluate a function that has array and summation at the same time?
Hi Radwa, It is my understanding that you're trying to evaluate a function in MATLAB that involves both arrays and summation...

7 mesi fa | 0

Risposto
TRANSMIT SIMULINK DATA TO ARDUINO IDE THROUGH ESP32
Hi Roobasri, It is my understanding that you're trying to troubleshoot an issue with the ESP32 board regarding sample ti...

7 mesi fa | 0

Carica altro