photo

Nathali Londoño Torres


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
245,247
of 300,673

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,042

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,083

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 4 answers | 0

4

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers