photo

darksideofthemoon101


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

18 質問
2 回答

ランク
9,663
of 300,788

評判
2

コントリビューション
18 質問
2 回答

回答採用率
83.33%

獲得投票数
2

ランク
 of 21,091

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,083

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


matlab and newport agilis controllers
Hi, I know this is a long shot, but has anyone tried talkinf to a Newport Agilis-P Controller using Matlab? The device uses a...

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

1

回答

質問


move element in array
Hi, I have an array of n elements, let's say for example: [0 1 2 3 4 5] I want to move the position of one of the eleme...

13年以上 前 | 2 件の回答 | 1

2

回答

質問


clim in pcolor plot
Hi, I have a pcolor plot that I want to set the color limits on. My code is pcolor(X,Y,f(data)) shading interp bu...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


extract matrix from for loop
Hi, I want to extract a 2x2 matrix from each iteration of a for loop. Normally I would use something like for loop=1:1:1...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


code running differently on 2 machines
Hi, I'm running code on 2 machines, 1 laptop and 1 desktop. I have an array that comes out of a loop, 'answer1', and the when...

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

1

回答

質問


and if in matlab?
Hi, I want to run an if loop with 2 conditions, but I can't see an "and-if" equivalent. Eg: if 0<x<1 *and y2<y1* ...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


array rearrangement
Hi, I have an array of MxN numbers, and I want to rearrange it so that the numbers are all in one column: 1 2 4 5 3 6 7 8...

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

1

回答

質問


array muddle problem
Hi, I have an array composed of pairs of variables, X=[a1 a2 b1 b2 c1 c2..] and I want to modify each PAIR by a sma...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


assigning probability
Hi, I'm doing a basic simulated annealing experiment and I want to assign a probability to decide whether a variable change i...

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

1

回答

質問


extracting values from embedded for loops
Hi, I have one loop embedded inside another and want to extract the innermost value for each change in both the inner loop an...

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

1

回答

質問


program runtime question
Hi, I have a program that (for what I've done so far) takes a long time to run (~4s per loop). In the final version of the co...

14年以上 前 | 2 件の回答 | 0

2

回答

回答済み
RMS error of matrices
I've been using rms = sqrt((A - B)^2)) How dissimilar are these equations?

14年以上 前 | 0

質問


RMS error of matrices
Hi, I have 2 large matrixes (2048x2048), and have taken one away from the other to get a 'difference' matrix. I want to quant...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


add array to end of itself n times
Hi, I have an array x=(y1,y2) and I want to add copy the values in the array and add them to the end of the array, such as ...

15年弱 前 | 1 件の回答 | 1

1

回答

質問


for loop with non-linear input
Hi, I have an array 'layer' that I want to randomise and use in a for loop, in the randomised order. layer=0.05:0.0025:0...

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

1

回答

回答済み
randomise array with non-integer values
Never mind, I solved the problem this way: X=0.05:0.0025:0.15; randomiser = randperm(length(layer)); X=X(randomiser);...

15年弱 前 | 0

| 採用済み

質問


randomise array with non-integer values
Hi, I want to randomise the elements in a 1-D array. I can't use randperm as the elements are non-integer values. Any ideas? ...

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

1

回答

質問


random elements from specific rows in matrix
Hi, I have a 2x10 matrix and I want to select a random element from each row. I have found how to select random elements from...

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

2

回答

質問


Can I use a for loop to access different pairs in a matrix?
I want to use a matrix as the input of a for loop, and reference different pairs of indices in the matrix as the variable for ea...

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

2

回答

質問


fminsearch with 2 variables - help please!
Hi, I want to use fminsearch to find the minimum of 2 variables, but I don't understand how the fminsearch function works in ...

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

1

回答