Community Profile

photo

Dave


Last seen: 21 días hace Con actividad desde 2013

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • MATLAB Mini Hack 2022 Participant
  • Explorer
  • First Review
  • Revival Level 1
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
FAQ: How do I install the MinGW compiler?
How do I remove MinGW? I added it with the Add-Ons installer, removed it with the Add-Ons installer but it persists in the comp...

10 meses hace | 0

Respondida
How to Stop Simulation in Test Sequence Block
This should work when not using accellerated mode: coder.extrinsic("set_param"); set_param(bdroot, 'simulationcommand', 'stop'...

alrededor de 3 años hace | 2

Respondida
Generate HDL error: Reference to non-existent field 'hasVariantError'.
As a follow-up I cleared out the mex files, deleted the SLPRJ folder & work folder from the project and the HDL is now being gen...

más de 3 años hace | 0

| aceptada

Pregunta


Generate HDL error: Reference to non-existent field 'hasVariantError'.
When generating HDL or performing a "Run Compatibility Checker" the operation fails with the error Reference to non-existent f...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Respondida
Programmatically capturing screenshots of Simulink blocks and dialogs
Simulink has this built in: % Open a model f14 % Choose name of model to be screenshot ModelName = 'f14' % Save the s...

alrededor de 5 años hace | 0

Respondida
Is there an option to recursively add directories to the path without using GENPATH?
This script on file exchange: <https://uk.mathworks.com/matlabcentral/fileexchange/21086-recursive-addpath will recursivly add...

más de 5 años hace | 0

Respondida
Simulink HDL coder Shift register SIPO
The attached is a simulink testbench for the configurable SIPO shift register. function [update_out, po] = SIPO(update_in, ...

casi 6 años hace | 0

Respondida
diary, how to create a new one
Automatic date and time append: diary(['diary_',datestr(now,'dd-mm-yy','local'),'_',datestr(now,'hh-MM-ss','local'),'.txt'])...

más de 6 años hace | 1

Respondida
Creating a diary that is not appended to an existing one.
To have the diary name with the date and time when starting use this command: diary(['gd_diary_',datestr(now,'dd-mm-yy','loc...

más de 6 años hace | 0

| aceptada

Respondida
shift register SIPO Simulink
in the matlab window type: open_system('eml_hdl_design_patterns') and then double click on the third box labeled "Shift ...

más de 6 años hace | 0

| aceptada

Pregunta


Format longeng - rounding error
Hello All, When using "format longeng", I am getting strange results to basic maths but when using "format short" the correc...

más de 10 años hace | 1 respuesta | 0

1

respuesta