Arthur Nascimento
Followers: 0 Following: 0
Statistiques
RANG
120 380
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
C2000 F28379D controlCard dipping in frequency when using S-funcion builder
Hello, I'm using a F28399D controlCard to develop a motor control S-Function, but I need a minimun frequency of 20kHz pulses, so...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
S-function works in normal mode but doesn't in external mode
I'm trying to implement a simple s function builder ode solver for a rlc circuit, it is suposed to return the value of the capac...
plus de 5 ans il y a | 3 réponses | 0
3
réponseshow to load values of two matrices into one matrix?
A=[1;2;3;4;5] B=[6;7;8;9;10] for i=1:length(A)*2 if mod(i,2)==0 h(i)=B(ceil(i/2)) else h(i)=A(ceil...
plus de 5 ans il y a | 0
Question
Failed to generate binary outputs when generating code for c2000 processor using s function builder block and simstruct.h
Am getting these errors "../ssfuntest_wrapper.c", line 85: warning: variable "tempX" was declared but never referenced "../ssf...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Simple models doesn't seem to work in F28379D
The code gets generated and downloaded to the targed just fine, no errors. The c28x_serial_ext example in external mode seems to...
presque 6 ans il y a | 1 réponse | 0
0
réponseHow can I find the elements of a matrix that are lower than a given number and the minimum of those elements?
To get the indexes of the elements lower than a number you can do: A = hilb(70); A<0.01 If you want the value of said...
environ 6 ans il y a | 0
Question
Can MATLAB workspace spreadsheets be updated while in a loop?
I have a differential evolution algorithm running in the bg, I want to sometimes pop in and look at the populations and fitness ...
environ 6 ans il y a | 2 réponses | 0