photo

S.L.


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Programming Languages:
Python

Estadística

All
MATLAB Answers

3 Preguntas
1 Respuesta

Cody

0 Problemas
10 Soluciones

CLASIFICACIÓN
23.507
of 301.237

REPUTACIÓN
2

CONTRIBUCIONES
3 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.206

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
38.954
of 173.611

CONTRIBUCIONES
0 Problemas
10 Soluciones

PUNTUACIÓN
116

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Simulink Multiple Simulations does not work because of "Model Properties"
When i run the multiple simulations function with Fast Restart on my simulations won't run and i get the Diagnostic Msg: "The '...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
Using Simulink Fast Restart in a parallel computed optimization problem
Just if someone faces the same problem as me. The problem was that my Simulink model was inside a Matlab Project. A part of the...

casi 4 años hace | 1

| aceptada

Resuelto


Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

casi 4 años hace

Resuelto


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Pregunta


Using Simulink Fast Restart in a parallel computed optimization problem
Hi, I have a Simulink Model which works perfect when i turn on fast restart. I can change the Values of my parameters A1, A2 and...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do i use and index an array in an "else-if" expression in Simulink?
I have a Matrix of Values that i want to use in an "else-if" expression of an If-Block Is it only possible to index a list e.g....

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta