統計
All
Feeds
質問
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...
約7年 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
約7年 前 | 0
| 採用済み
質問
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...
約7年 前 | 1 件の回答 | 0
1
回答質問
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...
約7年 前 | 1 件の回答 | 0
1
回答質問
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...
約7年 前 | 1 件の回答 | 0
1
回答質問
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...
約7年 前 | 1 件の回答 | 0
1
回答質問
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...
約7年 前 | 0 件の回答 | 0
0
回答解決済み
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 ...
7年以上 前
解決済み
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...
7年以上 前
解決済み
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:...
7年以上 前
質問
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 ...
7年以上 前 | 2 件の回答 | 0
2
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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 ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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...
7年以上 前 | 1 件の回答 | 0



