photo

Nathali Londoño Torres


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
86,712
of 300,857

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Create a function that receives two vectors and returns a vector that are the elements of a vector that are not in the other vector
I am trying to create the following function: Program a function whose call has two possible versions: 1. [u] = exclusion_selec...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to put in the fprintf command without data printing limits.
I am trying to solve the following problem: Write a function called print_all that takes any number of scalar input arguments (...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Generate an array with random numbers from M to N using the command randi
I am trying to solve the following problem: Write a function called random_test that takes three input arguments and three outp...

7 years 前 | 4 个回答 | 0

4

个回答

提问


Delete words from a sentence (remove characters from a character array)
I have been thinking for a long time how to solve this problem: Write a function called jumping_the_shark that takes one str...

7 years 前 | 1 个回答 | 0

1

个回答

提问


create a function that takes a vector as an input parameter and returns another vector where each component is the initial vector repeated n times.
create a function that takes a vector as an input parameter and returns another vector where each component is the initial vecto...

7 years 前 | 2 个回答 | 0

2

个回答