Estadística
2 Preguntas
9 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
3.467
of 295.735
REPUTACIÓN
16
CONTRIBUCIONES
2 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.277
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
56.894
of 154.433
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
51
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 1 año hace | 0
Resuelto
Partial Pressure of Water Vapor from Relative Humidity
Buck (1996, 1981) published the following constants for the saturation pressure of water*: 6.1121 (mb) The saturation pressur...
casi 2 años hace
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'...
casi 4 años hace | 2
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...
alrededor de 4 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...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasProgrammatically 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...
más de 5 años hace | 0
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...
alrededor de 6 años hace | 0
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, ...
más de 6 años hace | 1
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
más de 6 años hace
Resuelto
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:...
más de 6 años hace
Resuelto
Let's get back to school: create mixed numbered fraction
A fractional number can be represented as mixed number. A "mixed number" consists of an integer followed by a proper fraction...
más de 6 años hace
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'])...
alrededor de 7 años hace | 1
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...
alrededor de 7 años hace | 0
| aceptada
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 ...
alrededor de 7 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...
alrededor de 11 años hace | 1 respuesta | 0