photo

Matteo Tortora


Last seen: quasi 3 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

2 Domande
0 Risposte

Cody

0 Problemi
15 Soluzioni

RANK
20.793
of 301.496

REPUTAZIONE
2

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
2

RANK
 of 21.302

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
30.451
of 174.859

CONTRIBUTI
0 Problemi
15 Soluzioni

PUNTEGGIO
170

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Promoter
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


S-Function function 'predopt' error in NN Predictive Controller block
While I use _NN Predictive Controller_ block on Simulink I get the following error: *Error in './NN Predictive Controller/S-...

oltre 7 anni fa | 0 risposte | 1

0

risposte

Domanda


Is it possible to use this method Design Neural Network Predictive Controller in Simulink for a model that has multiple inputs and multiple outputs?
Is it possible to control the attached model with _NN Predictive Controller_ simulink block? When I use _NN Predictive Contro...

oltre 7 anni fa | 0 risposte | 1

0

risposte

Risolto


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

circa 8 anni fa

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

circa 8 anni fa

Risolto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

circa 8 anni fa

Risolto


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

circa 8 anni fa

Risolto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

circa 8 anni fa

Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

circa 8 anni fa

Risolto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

circa 8 anni fa

Risolto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

circa 8 anni fa

Risolto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

circa 8 anni fa

Risolto


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

circa 8 anni fa

Risolto


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

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

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

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

circa 8 anni fa

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

circa 8 anni fa