photo

Jaskirat


Last seen: 2 meses hace Con actividad desde 2025

Followers: 3   Following: 11

Estadística

MATLAB Answers

0 Preguntas
34 Respuestas

CLASIFICACIÓN
1.438
of 299.706

REPUTACIÓN
48

CONTRIBUCIONES
0 Preguntas
34 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
10

CLASIFICACIÓN
 of 20.791

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 165.568

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Do I need Vitis to write embedded software for ZCU106 using Simulink?
Hi @Niccolò, I understand you want to create a project using the ZCU106 evaluation board. While Vitis can be helpful, it i...

3 meses hace | 0

Respondida
Error On Storage Class
Hello @Annu, I understand you are facing an error regarding storage class. The error message you are getting seems to indica...

3 meses hace | 1

| aceptada

Respondida
Does radar toobox Cluttergenerator work with radartransciever custom electronic scan
Hi @Ali Ahmed, I understand you are facing some issue with using the ClutterGenerator with your custom electronic scan. The ...

3 meses hace | 0

Respondida
Inputing Risk Aversion into the Portfolio Workflow
Hello @Jeff Martin, To model varying degrees of risk aversion, you can use the “portalloc” function: [RiskyRisk, RiskyReturn...

3 meses hace | 0

Respondida
in SignalAnalyzer: change spectrogram settings for all displayed spectrograms
Hello @Nicolas! I understand you are looking for a way to change the settings for all displayed spectrograms. I could not s...

3 meses hace | 0

| aceptada

Respondida
How to Correct 64-QAM Constellation Rotation After Free Space Channel Using phased.FreeSpace?
Hi @Jakub, I understand you want to estimate and correct the phase offset. This can be done by using the “comm.CoarseFrequen...

3 meses hace | 0

Respondida
Why does my Nonlinear MPC stop working in Accelerator mode after I change any parameter?
Hello @Jacopo, Accelerator mode relies on Simulink coder to generate and compile C/C++ code.However the built-in NMPC control...

3 meses hace | 0

Respondida
Solidworks to Simulink Mate unrecognized - "Slot Mate"
Hello! Slot Mate is not directly supported by the Simscape Multibody Link plugin, which results in the Slot Mate being...

4 meses hace | 0

Respondida
Is there a way to search for library blocks that need to be updated?
Hello @Justin Griffiths I understand that you want a way to check for updates in Simulink library blocks. This can be done usin...

4 meses hace | 0

Respondida
How can I find the detail and approximation coefficients in double tree complex wavelet transform in MATLAB?
Hello @Sudheer Naidu MATLAB’s Wavelet Toolbox supports complex-valued wavelet transforms in two main ways: the continuous wa...

4 meses hace | 0

Respondida
Library to referenced subsystems
Hi @Adrian Cristian In order to search for referenced subsystems, you can use the “find_system()” functions and select the “...

4 meses hace | 0

Respondida
Phase-Shift in Dual Active Bridge
Hi, The following blocks might be helpful in creating your desired waveform model with instant turn on and turn off instead of ...

4 meses hace | 0

Respondida
Programmatically add annotation with a table to simulink
Hello @Wei As of now, there is no built-in function to insert actual table objects into Simulink annotations programmatically...

4 meses hace | 0

Respondida
SIL Verification Mode: Logged signals not available in SIL run
Hello @Yousaf I understand that you are unable to see all the signals in your model during SIL simulation. This is because SIL...

4 meses hace | 0

Respondida
Simulation Error with Fixed-Step Solver
Hi @Ben Navon, The diagnostic indicates you have a degree of freedom with no inertia associated with it. Fixing this in the mod...

4 meses hace | 1

Respondida
tms320f280049c analog temperature sensor read in simulink.
Hello, I understand you are trying to use the “TMS320F280049c” launchpad to read the analog temperature sensor. The “TMS32...

5 meses hace | 0

Respondida
How to not surpass 1 SoC when charging a battery in Simscape?
Hi @Marco, I understand that you want the battery to saturate instead of surpassing SoC. This can be done using the “Satur...

5 meses hace | 0

| aceptada

Respondida
Spacecraft dynamics vs orbital propagator
Hello, I understand that you are getting a different trajectory in the same model while using two different blocks. This is bec...

5 meses hace | 0

Respondida
I have a probleme with simulink model simulation. Please, I would like your help.
Hi @Abdoulaye, From the provided error messages, it seems that issue is caused from mismatched dimensions at certain ports, spe...

5 meses hace | 0

Respondida
Is an SGP4 propagator provided with "Orbit Propagator" block in Simulink (Aerospace Blockset)
Hello, I understand you want to use the SGP4 propagator method in the “Orbit Propagation Block”. The method does not seem to be...

6 meses hace | 0

| aceptada

Respondida
Unable to open model configuration parameters
Hi @Nandhini S I have encountered a similar issue. The following commands resolved the issue for me and might help in your case...

6 meses hace | 0

Respondida
xcpChannel unable to set bus speed (baud rate)
Hello @Johan! There does not seem to be a direct way to use the “configBusSpeed” function with an xcpChannel object. A workarou...

6 meses hace | 0

| aceptada

Respondida
How to Test go-to from Block from Simulink Test Manager?
Hello @Anup Patil Assuming you have created the excel file with all the required parameters, the following steps may be helpful...

6 meses hace | 0

Respondida
How to get the coordinates of a Koch snowflake fractal antenna designed using the Antenna Toolbox?
Hi @Pierre, The coordinates of the antenna can be found using the “mesh” command. Here is a sample implementation- % create ...

7 meses hace | 1

| aceptada

Respondida
General rules for using power_statespace function
Hi @Saif Tawfiq! It is possible to assign node 1 as the ground (0). In this context, ground is simply a reference point for m...

7 meses hace | 0

Respondida
Time-Domain Responses of Multiple simulation with different model's paramters
Hi @Jack Daniels! You can refer to the following steps to view and plot time domain responses per multiple parameters- 1)C...

7 meses hace | 0

Respondida
Symbolic math- substitute a derivative function for a variable - subs
I see that you are using the “subs” function of the Symbolic Math Toolbox from MATLAB. The given substitution of differential...

7 meses hace | 0

Respondida
PWM DUTY CYCLE SIMULINK
There does not seem to be a direct way to access the PWM duty cycle from the Simulink block. However the following file exchang...

7 meses hace | 1

Respondida
How do I access the property of a .NET Assembly that is of another Class type defined in the same assembly?
Hello, I understand that you are working with a “.NET” assembly inside MATLAB, and the objective is to try and extract and work...

7 meses hace | 1

Respondida
Text in From/GoTo flags (Constant blocks, ...) cannot be selected/marked in Simulink block diagram pdf vector graphic print outs in R2022b
Hello, I understand that there is some issue with the text in the “Goto” and “From” blocks on converting the Simulink file to p...

7 meses hace | 1

Cargar más