Jorik
MathWorks
Followers: 0 Following: 0
Application Engineer at MathWorks for Code Generation and Verification
M.Sc. in Electrical Engineering from Eindhoven, University of Technology (2009)
Statistiques
RANG
1 615
of 295 527
RÉPUTATION
42
CONTRIBUTIONS
0 Questions
12 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
9
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...
plus de 6 ans il y a
A résolu
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
plus de 6 ans il y a
A résolu
Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...
plus de 6 ans il y a
A résolu
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
presque 7 ans il y a
A résolu
Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...
plus de 7 ans il y a
I get error when i try to install the hardware support pack for iOS.
Xcode 7 and iOS 9 are the latest releases that were validated with the support package for R2016b. So, I think you will have...
environ 8 ans il y a | 0
A résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
environ 8 ans il y a
Humusoft MF614 drivers simulink real-time?
Simulink Desktop Real-Time is quite a different product from Simulink Real-Time. The Desktop product works directly on your comp...
plus de 8 ans il y a | 0
osx El Capitan Matlab 2015a in full screen
While R2015b is supported on Mac OS X 10.11 (El Capitan), full screen dialog boxes is a known issue. It is listed under item 4 o...
environ 9 ans il y a | 1
| A accepté
How the Tunable parameters are generated in the code ?
After updating the value of a variable (e.g. in the MATLAB base workspace), the parameter is not automatically changed in the si...
environ 9 ans il y a | 0
| A accepté
Why can't I create a deployable archive (.ctf) with code containing enumerations in R2015a
Enumeration and class definition files are not MATLAB function files and as such cannot be used as one of the exported functions...
plus de 9 ans il y a | 1
| A accepté
Too many arguments with lsline even using Matlab example
Are you using R2014b? In R2014a and older, |lsline| did not accept an input argument. The error message then makes sense. Maybe ...
presque 10 ans il y a | 1
| A accepté
How to concatenate scalar variables from every time step using a Matlab function block in Simulink
In Simulink a variable-size signal (or variable in a MATLAB Function block) must always have an upper bound to the size. Do you ...
presque 10 ans il y a | 0
How to create a dll from a Matlab code
MATLAB Coder and MATLAB Compiler are very different products, but both can indeed generate a DLL for interfacing with other appl...
presque 10 ans il y a | 2
A résolu
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
environ 10 ans il y a
Matlab 2014a looks blurry on Macbook Pro retina display with new OS Yosemite
R2014b resolved this issue, please see the following for R2013b and R2014a: <http://www.mathworks.com/matlabcentral/answers/1...
environ 10 ans il y a | 0
How to compile matlab coder package on different operating system
I think you can use the |packNGo| function from Simulink Coder to help relocate all necessary files for an external development ...
environ 10 ans il y a | 2
| A accepté
MEX error LNK2019: unresolved external symbol
The unresolved external symbols errors indicate that during the link-stage of compiling the MEX-file, these symbols are not avai...
presque 11 ans il y a | 2
| A accepté
Simulink + How to change tuning parameters (Gain parameters) during simulation at predefined time steps
If your parameters will really cause a difference of dimensions, it will only be possible to do this with variable-size signals ...
presque 11 ans il y a | 0
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
presque 13 ans il y a
A résolu
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:...
presque 13 ans il y a