photo

Mohamed Elattal


ZF

Last seen: oltre 3 anni fa Attivo dal 2008

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

1 Domanda
1 Risposta

File Exchange

1 File

Cody

0 Problemi
16 Soluzioni

RANK
24.507
of 300.853

REPUTAZIONE
1

CONTRIBUTI
1 Domanda
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
2

RANK
6.054 of 21.094

REPUTAZIONE
197

VALUTAZIONE MEDIA
4.40

CONTRIBUTI
1 File

DOWNLOAD
2

ALL TIME DOWNLOAD
1680

RANK
37.023
of 171.319

CONTRIBUTI
0 Problemi
16 Soluzioni

PUNTEGGIO
120

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 3
  • First Submission
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Output function call from model
Could signals representing function calls generated in a model be exported out of this model? The use case is that I want to ...

oltre 8 anni fa | 0 risposte | 2

0

risposte

Risposto
Simulink callbacks not displaying text in MATLAB command window
Just migrated to 2016b. This is quite an annoying change!!! disp has been there since forever and changing its behaviour from m...

oltre 8 anni fa | 0

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


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


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

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


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

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 14 anni fa

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 14 anni fa

Risolto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

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

quasi 14 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 14 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 14 anni fa

Inviato


Simulink I/O Align Tool
A GUI to align input and output ports to their connected subsystems

circa 17 anni fa | 2 download |

4.4 / 5
Thumbnail