Carsci
Followers: 0 Following: 0
PrincipaI scientist and engineer at Tier 1 Automotive supplier using Matlab/Simulink to design automotive control systems for exhaust gas aftertreatment applications.
Statistiques
RANG
4 354
of 295 486
RÉPUTATION
12
CONTRIBUTIONS
2 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
2
RANG
of 20 236
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
Question
How can I display signal names in the Title of a floating scope rather than the reference model name.
When using model reference on R2014b I noticed floating scopes in the referencing model can only select test pointed signals fro...
presque 8 ans il y a | 1 réponse | 0
0
réponseFor loop in Simulink
Here is a SIMULINK model that uses an Index Vector block with one-based indexing to get the ith data from T. Another Index Vecto...
presque 10 ans il y a | 2
| A accepté
Question
MCR dll 7.16 32-bit 64-bit Windows 7
Hi. I use R2011B on a 32-bit installation on Windows 7. Where can I find the files for the MCR dll that I can send to custome...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesHow can I only use a certain set of rows based on a string when reading an excel file?
You are allowed to use xlsread, right? So it seems this provides a way to do it. Assume the SEC data is on contiguous rows. U...
plus de 10 ans il y a | 0
Can you clarify why the FOR END returns original values just at the end ?
This is how matlab works, variables are scoped inside a function so each function has its own workspace. When you are debugging ...
presque 11 ans il y a | 0
How do i solve this situation?
Use the output fid (fileID) from fopen for your while condition. When the while loop gets to the end of the list, if the file do...
presque 11 ans il y a | 0
| A accepté