質問


Silly question Incorrect Calculation
I have a nested if statement that states if the condition is not met run another script and then compare again until it meets th...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Subscript indices must either be real positive???
What does the above mean? I have a variable that is used to count the iterations, That same variable is matrix row specifi...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Nested if statement not perusing all if statements
matrixA = rand(100,2) matrixB = zeros(100,1) a= 78.6 b = 90.6 c = 99.5 d = 156.1 for i = 1:100 ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Stepping over / removing duplicate points
If I want to populate B with derived values from Matrix A using the following specifiers how could I do this? Point 1 = 800 (...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


If statement for a cell??
I am trying to see if a column in a cell has string matching to what I stipulate. I have read info on cells and still can not...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Why are thevalues in one row of the matrix floating point type and the others are fixed?
For some reason when the values are read in using xlsread the first row is floating point and the rest are fixed. All values ...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


Multiple <,=,> in an if statement?
I have the following: if i > m_1(1,1)& <= m_2(1,1) w(i,1) = w_2 end Which doesn't want to execute ...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


&& in if statement returning error
I have the following if statement with multiple conditional statements: _where d_1(1,1,) = 6_ % iteration limit ...

10年弱 前 | 5 件の回答 | 0

5

回答

回答済み
Why Is Matlab So Slow On My System ?
Does the processing time lag considerably when reading the files in (xlsread command)? I found when I write commands in the w...

10年弱 前 | 0

質問


Change elements by a set amount.
I have a vector that goes up in twos: delta= 2 2 4 4 6 6 What function can I use so ...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


Subscripted assignment dimension mismatch using text value
I have a vector u(1,1) = 6 and a vector delta_hat = [1,2,3,4,5,6]' I have tried to create a function so that when the value...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


Deletion of Matrix Column Using " linalg::delCol " Command
I am trying to delete the second column in the below matrix using the command: linalg::delCol(network_station_coordin...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


Look up corresponding element in a matrix
I have a matrix with multiple stations IDs and associated coordinate values along the stations rows (Matrix 1). I have an...

10年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Why Is Matlab So Slow On My System ?
The virus scanner uses 1% also. The .M file is on a portable hard drive and the script isn't very intensive (used on uni comp...

10年弱 前 | 0

質問


Why Is Matlab So Slow On My System ?
Matlab never used to be so slow on my system and I can not figure out why the processing speed is lagging. I am running Win...

10年弱 前 | 5 件の回答 | 0

5

回答

質問


Cell to String Conversion
I have created a cell from another cell with a 1,n dimension. I would like to convert the values in the 1,n cell to a matri...

10年弱 前 | 2 件の回答 | 0

2

回答

回答済み
Reading text from an excel file and populating a matrix with those values.
Thankyou, that works perfectly.

10年弱 前 | 0

質問


Reading text from an excel file and populating a matrix with those values.
I have read "http://www.mathworks.com.au/matlabcentral/answers/146754-xlsread-not-reading-text-only-excel-file" trying to figu...

10年弱 前 | 2 件の回答 | 0

2

回答

回答済み
I am trying to figure out why my for and if statement are not returning a value to be looked up in a matrix
How do I get the loop to re-iterate until a condition is met? I can not get the for loop statement to reiterate counting do...

10年以上 前 | 0

回答済み
I am trying to figure out why my for and if statement are not returning a value to be looked up in a matrix
I have it running through and reducing so I feel I am almost there but having further issues specifying what values to remov...

10年以上 前 | 0

回答済み
I am trying to figure out why my for and if statement are not returning a value to be looked up in a matrix
Here is what I wish to do in its entirety, b = mat_res(:,1) c = mat_res(:,2) d =[] e = [b,c] mat_res = [1...

10年以上 前 | 0

質問


I am trying to figure out why my for and if statement are not returning a value to be looked up in a matrix
Can somebody please tell me why my following code isn't working please? a = [1,2,3,4,5;6,7,8,9,10;11,12,13,14,15] a = a'...

10年以上 前 | 4 件の回答 | 0

4

回答