photo

S.L.


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
Python

统计学

All
MATLAB Answers

3 个提问
1 个回答

Cody

0 个问题
10 个答案

排名
23,507
of 301,237

声誉
2

贡献数
3 个提问
1 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 21,206

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
38,954
of 173,611

贡献数
0 个问题
10 个答案

评分
116

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

4 years 前 | 1

| 已接受

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答