photo

Arthur Nascimento


Last seen: oltre 5 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
2 Risposte

RANK
123.570
of 300.364

REPUTAZIONE
0

CONTRIBUTI
5 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
20.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 6 anni fa | 3 risposte | 0

3

risposte

Risposto
how 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...

oltre 6 anni fa | 0

Domanda


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...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Risposto
How 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...

circa 7 anni fa | 0

Domanda


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 ...

circa 7 anni fa | 2 risposte | 0

2

risposte