photo

Jon Boerner

MathWorks

Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
23 Réponses

Cody

0 Problèmes
28 Solutions

RANG
1 171
of 300 364

RÉPUTATION
64

CONTRIBUTIONS
0 Questions
23 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
6

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
18 481
of 168 407

CONTRIBUTIONS
0 Problèmes
28 Solutions

SCORE
290

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Simulink Real Time are the benchmark results acceptable?
You might want to take a look at this link, and see if anything is relevant: <http://www.mathworks.com/matlabcentral/answers/...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Link Simulink Design Verifier Report to different model file?
I do not believe there is a way to do that via any options anywhere. It might be easiest to just find/replace instances of the t...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Linux UDP Send block fails to send to broadcast address
Did you happen to try setting the IP Address value in the block to '127.0.0.1'? The dialog says "'255.255.255.255' for broadcast...

environ 11 ans il y a | 0

Réponse apportée
Is it possible to modify the matrices in a genss ?
I don't know if you can change the size, but I think you could create some more tunable parameters to fill B, but make sure they...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Program NXT to write/draw in MATLAB
This is a pretty open-ended question that does not have a straightforward answer. The short answer is that you will probably wan...

environ 11 ans il y a | 0

Réponse apportée
Help with balancing GyroBoy (Lego Mindstorms EV3) using MATLAB
Hi Mohammad, When you say you have programmed the PID controller, using MATLAB, what exactly do you mean? Are you still using...

environ 11 ans il y a | 0

Réponse apportée
Rotations of simulink 3D animation do not correspond to mates in Solidworks assembly
Two things: # If the model appears correctly in the SimMechanics Viewer, I would recommend trying to use the STL files you us...

environ 11 ans il y a | 0

Réponse apportée
How to enable External Mode for a Simulink model containing multiple referred models?
In R2014b, there is not a way to convert model blocks into subsystems. You could potentially write a script to do this, but it w...

environ 11 ans il y a | 0

Réponse apportée
Error installung Peak CAN Support Package
The first error looks like it may have caused the second. And the first error looks like a permissions issue. Maybe try starting...

environ 11 ans il y a | 0

Réponse apportée
Job management, control flow
Hi Benjamin, The easiest way to do this is probably using either the |<http://www.mathworks.com/help/distcomp/batch.html batc...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
Analysis of generated code
It looks like your model is not attached to the question, but here is my best guess at what is happening. You refer to the r...

environ 11 ans il y a | 0

Réponse apportée
How do you get Signal Builder to import a mat file it exported?
When you export data from the Signal Builder in R2011b, it exports it as a structure with all kinds of Signal Builder-specific i...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Simulink code interface to external C++ application
Hi Anup, I think that the exact behavior you are looking for may be limited to the Embedded Coder product. For Simulink Co...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Changing the order of stateflow outputs (inputs)
If you open the model explorer for your model, and navigate to the Stateflow chart, you should see all of your inputs and output...

environ 11 ans il y a | 2

| A accepté

Réponse apportée
converting matlab code into simulink
In the mask for the Discrete FIR Filter in Simulink, there is an option to specify the initial states: <</matlabcentral/answe...

environ 11 ans il y a | 0

Réponse apportée
Cannot connect arduino uno to Matlab
The error you are seeing is related to how MATLAB stores and displays its error messages. If you run the following command, w...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
About code génération in Matlab 2014b
You are correct that the file will not be anywhere in your MATLAB installation. That file is actually created during the code ge...

environ 11 ans il y a | 0

Réponse apportée
How can I call a function in simulink that is defined in one of the source file in the Custom Code of the Code generation pane ?
There are a couple options for calling a custom function from your model. The first is to use a MATLAB function block. In a ...

environ 11 ans il y a | 0

Réponse apportée
Unseeded random noise in Simulink
You cannot remove the seed option, but you can use a random seed. For example: <</matlabcentral/answers/uploaded_files/1957...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
Extra dimension on simulink output
This third dimension corresponds to time. |tout| lets you map the output matrix to certain times in the simulation. For example,...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Does Matlab support bed, wig, and other usual genomics file formats?
I took a quick look through the documentation, and was not able to find anything about those file types. The pages that describe...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
-maxNumCompThreads, hyperthreading, and parpool
Based on my understanding of how MATLAB uses cores/threads, your descriptions of what you can/cannot do are all spot on. <http:/...

environ 11 ans il y a | 0

Réponse apportée
Error: A part name shall not have a forward slash as a last character [M1.5]
To start, SLX files are just ZIP files with a particular set of files and using a particular compression method. Looking arou...

environ 11 ans il y a | 1

| A accepté

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

plus de 13 ans il y a

A résolu


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

plus de 13 ans il y a

A résolu


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

plus de 13 ans il y a

A résolu


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

plus de 13 ans il y a

A résolu


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

plus de 13 ans il y a

A résolu


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

plus de 13 ans il y a

A résolu


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

plus de 13 ans il y a

Charger plus