Benjamin Thompson
Followers: 0 Following: 0
C++, C, MATLAB
Spoken Languages:
English
Statistiques
RANG
201
of 295 495
RÉPUTATION
536
CONTRIBUTIONS
9 Questions
411 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
50
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Simulink crashes when running MEX functions created with Visual Studio 2022 17.10.4
I guess I can answer my own question with some help from an older post and some great help from the MATLAB support team. MATL...
2 mois il y a | 0
| A accepté
Question
Simulink crashes when running MEX functions created with Visual Studio 2022 17.10.4
We have been running MATLAB R2023B Update 7 with Simulink models using S-Functions built with VS 2022 17.9.0. When we updated t...
3 mois il y a | 1 réponse | 0
1
réponseProblem using loadlibrary in R2023B Update 7 and VS 2022 v17.9
I found that this works, and confirmed with Mathworks support that it is a recommended workaround for the situation where you up...
6 mois il y a | 0
| A accepté
Question
Problem using loadlibrary in R2023B Update 7 and VS 2022 v17.9
I just updated my VS 2022 Enterprise from version 17.8 to 17.9.0 and I am having a problem using loadlibrary. It cannot find C ...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
Unable to install mlpkginstall files on computer without Internet access
I have MATLAB R2023B and R2024A installed on my Windows 10 machine. This machine is on a closed network. I have been trying to...
7 mois il y a | 1 réponse | 0
1
réponseSimulink block diagram to figure
If you go to the Simulink Format tab, there is a screen shot option. That will send the current Simulink view into the clipboar...
8 mois il y a | 1
Converting 3D vector to scalar output
You can export your data to CSV and import into MATLAB as a table. Then use this script to review it and get some insight. It ...
8 mois il y a | 0
Stateflow beginner, need help with state diagram representation
You may wish to try the Stateflow Onramp training: https://matlabacademy.mathworks.com/details/stateflow-onramp/stateflow Just...
8 mois il y a | 0
| A accepté
Problem integrating python in simulink
Have you tried debugging the MATLAB code in the block? Maybe pout is empty. https://www.mathworks.com/help/simulink/ug/debuggi...
10 mois il y a | 0
Modelling and Simulation of a Centrifugal Compressor
Here is a link to the Mathworks onramp training. The Simulink Onramp training is very helpful. https://matlabacademy.mathwor...
10 mois il y a | 0
Converting Matlab function (mscript fx) to a model.
Here is a link to the Mathworks onramp training. The Simulink Onramp training is very in learning how to use the product. ht...
10 mois il y a | 0
How to open Tonatiuh output .DAT files in MATLAB?
fid = fopen('yourfilename.dat', 'r'); A = fread(fid, 'uint8=>uint8'); fclose(fid); Then the data is in A as bytes. If you ...
10 mois il y a | 0
Having trouble in running this code. What should I do next?
Here are fixes for the first few lines so that dlmread works. But not sure what you are trying to do after that. Calling resha...
10 mois il y a | 0
Fourier transform of input data with varying sampling frequency
FFT only works with constant sample time by definition. Try using the interp1 function to resample the data set into a fixed sa...
10 mois il y a | 1
Nonlinear impact model of a tennis racket and a ball
Try the MATLAB or Simulink OnRamp training, then attempt to create your model. If you run into problems then ask specific quest...
10 mois il y a | 0
When building a C++ program using MATLAB Engine in Visual Studio, is it possible to specify -R2017b?
It seems like it should be possible, provided you can install Visual Studio 2017 Professional or Enterprise Edition: https://ww...
10 mois il y a | 1
Convert 4 bytes to single in Matlab Simulink blocks
If you have the Embedded Coder toolbox there is the Byte Pack, Byte Reversal, and Byte Unpack blocks. If not, you could try imp...
10 mois il y a | 0
Define Pointer in Bus (structure)
Simulink busses cannot use pointers or references. Can you use an array of integers? int b[10]; Simulink must know the si...
10 mois il y a | 0
Address operator on arrays in stateflow
Can you try using &data_a[0], &data{b[0], and &data_c[0]?
10 mois il y a | 0
S Function Builder Error.
This part could mean that the compiler or linker is having trouble with the space in the path name: No rule to make target `E...
10 mois il y a | 0
How to call a function that uses a function pointer argument from Simulink?
Simulink only supports certain data types as inputs to blocks: integers, double, single, busses, enumerations, or arrays of tho...
10 mois il y a | 0
How do you find the MTLAB code
See the documentation for tf and bode. Try setting up and plotting your transfer function. Ask questions if you have further p...
10 mois il y a | 1
| A accepté
Improving speed in construction of a matrix
Not sure where your data for A is coming from, or where the output of B is going to. if each A -> B mapping is independent try ...
10 mois il y a | 0
| A accepté
My MATLAB keep crashing while i am importing an python model
You would need to use your python package manager to get your h5py package and HDF5 packages to match up: Installation — h5py 3...
10 mois il y a | 0
Simulating 2 instances of the same model
In the configuration parameters for your reference models make sure the option in "Model Referencing" called "Total number of in...
10 mois il y a | 0
Implementing the speed of wind into an aircrafts 6 DOF model
You would set the Aerodynamic Forces and Moments block mask parameter or Input Axes to Wind. Then you get a fifth input to the ...
10 mois il y a | 0
| A accepté
Converting double into custom data type (eg int14)
The embedded microcontroller or processing using the data can probably only work with 8-bit or 16-bit integers in doing calculat...
10 mois il y a | 0
Simulink "Edit" Dashboard block - but for strings?
If you are not really trying to "link" the dashboard block to other blocks, then maybe the "String Constant" source block would ...
10 mois il y a | 0
Mujoco Simulink Blockset Contact Detection
Since it is a Mathworks product you might try contacting Mathworks Support using a support request: Contact Us - MATLAB & Sim...
10 mois il y a | 1
Unexpected behavior using mask popup controls with externally defined enum and get_param
It may be a race condition between the callback getting evaluated and other Simulink diagnostics getting generated related to an...
10 mois il y a | 0