photo

Andrew Padilla


Attivo dal 2018

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

11 Domande
1 Risposta

Cody

0 Problemi
4 Soluzioni

RANK
11.021
of 300.781

REPUTAZIONE
4

CONTRIBUTI
11 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
45.45%

VOTI RICEVUTI
0

RANK
 of 21.088

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
65.851
of 171.031

CONTRIBUTI
0 Problemi
4 Soluzioni

PUNTEGGIO
50

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

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

circa 7 anni fa | 0

| accettato

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 0 risposte | 0

0

risposte

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Domanda


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

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta