photo

Paul


Last seen: circa un anno fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

4 Domande
1 Risposta

Cody

0 Problemi
9 Soluzioni

RANK
144.925
of 301.433

REPUTAZIONE
0

CONTRIBUTI
4 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 21.272

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
43.160
of 174.520

CONTRIBUTI
0 Problemi
9 Soluzioni

PUNTEGGIO
100

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Is it possible to use logicals in an Matlab function in Stateflow?
In stateflow Chart I use a Matlab function with the line: Sel1 = P_Vor(:,1) >= t_MW_Start & P_Vor(:,1) < t_MW_End; In debu...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Risolto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

quasi 11 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

quasi 11 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

quasi 11 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Domanda


How do i use dynamic variables with a matlab function in stateflow?
In my stateflow model I try to extend a matrix with a matlab function. I have the problem that I always get the error message: '...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Risolto


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

oltre 11 anni fa

Domanda


how can i get the results of a simulink subsystem in one step?
My subsystem takes several steps to calculate the results. I Need to get the results in one step. I use a simulink model to cal...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Risposto
How can I add (timeseries) data to a constant in simulink when i get signal?
I found a solution. I took a "Lookup Table Dynamic". With that i can get the Data of the measure relative to the time when i get...

oltre 11 anni fa | 0

| accettato

Domanda


How can I add (timeseries) data to a constant in simulink when i get signal?
I have to simulate the energy consumption of a machine. Of this machine I have a list of movements, which has about 100000 lines...

oltre 11 anni fa | 1 risposta | 0

1

risposta