photo

Andrew Padilla


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Error using Input function "The second argument to INPUT must be 's'."
I have created two simple for loops that scan a two dimensional matrix for negative integers. At every value that is negative, t...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
CSV file that needs to be run through MATLAB?
Kristine, Have you tried loading in the data using the csvread() function? If you have a csv file that is named "Test.csv" you...

plus de 5 ans il y a | 0

| A accepté

Question


How can I identify an image inside of a larger image?
I have two pictures. One is a small image of Waldo and the other is a much larger image with him hiding somewhere. My goal is to...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How do I search for an image inside of a larger image?
I have two images. One is an image of Waldo and the other is a much larger image with him hiding somewhere in the image. My goal...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How do I add a set of points to a vector only using a while loop?
I am trying to create a nx2 vector that adds a set of two points, [2,1], for example. I listed my attempt below. For some reason...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How do I tell if a point is in or on a boundary set by equations
I have a power curve, horizontal line, vertical line, and a linear line. The four of these enclose a region on a plot. I am look...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Using the function fzero in a for loop
I have three functions fn1 = At^2 + Bt + C fn2 = Mt + N fn3 = Zt + W where the coefficients [A,B,C,M,N,Z,W] correspo...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

Question


Converting a numeric array into a string array with their corresponding values
I am trying to convert a user inputted resistance value to its appropriate color band. The user is told to input a value for ...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


How to replace values of a logical index with values from another matrix if certain conditions are met?
I have a matrix labeled "A" [daily values] with the following values [10, 15, 30] where 10 is a minimum temperature, 15 is an...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How can I print the positions that a value occur in a row array?
If I have the matrix A = [0, 2, 2, 6, 4, 3, 10] and Minimum = min(A) How do I print the column positions that each ...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to assign a menu selection to a column in a matrix?
>IF A = [2012, 4000, 1200; 2013, 1850, 2100; 2009, 2300, 1100] B = [H104GX, 8HX001S] >WHERE column 1 of matrix A r...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How can I assign user input values to specific rows and columns in a matrix?
A is assigned to the following matrix 2000 1300 900 2001 2100 1800 2002 1450 800 B is assigned to the following...

presque 6 ans il y a | 1 réponse | 0

1

réponse