統計
MATLAB Answers
17 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Changing matrices form, echelon the matrices
Hello, I have a matrices that i want to change the form/type of it. My array is lik that A B C D A 0 1 0 ...
11年弱 前 | 1 件の回答 | 0
1
回答質問
multiply matrices and sum the result
Hi, I want to multiply two different matrices and sum the result It is a neighborhood analysis.for matrix x every row is an ...
11年弱 前 | 1 件の回答 | 0
1
回答質問
Matlab stop time or running time
Hi, I am running a model that takes hours and i am wondering how long does it take for further run. I can see start time on com...
11年弱 前 | 2 件の回答 | 0
2
回答質問
create a new matrices by using existing matrices
Hi, I try to create a new matrices by using specific condition from existing matrices(its a data file) for example I have ...
約11年 前 | 1 件の回答 | 0
1
回答質問
how to fill cell array with a data file?
Hi, I want to create cell array like edge={} (3x947) but i dont want to use edge=cell(3,947) -because next function that i will...
約11年 前 | 1 件の回答 | 0
1
回答質問
creating point graph for two matrices
Hi, I have two different matrices and I try to create point graph with those matrices. I use: plot(x,y,'*') but x and y h...
約11年 前 | 0 件の回答 | 0
0
回答質問
creating point graph problem
Hi, I have two different matrices and I try to create point graph with those matrices. I use: plot(x,y,'*') but x an...
約11年 前 | 1 件の回答 | 0
1
回答質問
distribute list to Matrices
Hi, I have a list that shows distances of the points. It is like Point A, Point B 5.2 Point A, Point C 4.3 Point...
約11年 前 | 0 件の回答 | 0
0
回答質問
lowest index in the matrix
Hi, I try to find a lowest index in the each row of the matrix.For example I have 4x6 matrices like this A = 1.9440 ...
約11年 前 | 1 件の回答 | 0
1
回答質問
write matrices in notepad
Hi I try to write result as a notepad or an excel file. I am using dlmwrite() however i didnt find out how to write each number ...
約11年 前 | 2 件の回答 | 0
2
回答質問
error: Matrix dimensions must agree / Inner matrix dimensions must agree.
Hi, I tried to multiply two different matrix but program give me an error which is "Inner matrix dimensions must agree". here ...
約11年 前 | 1 件の回答 | 0
1
回答質問
how to remove all variables in the workspace
Hi, I try to remove/clear all the variables in the work space. But not typing clear on the command window. I try to add clear ...
約11年 前 | 2 件の回答 | 0
2
回答質問
How to find out the index of the list for each number
Hi, I try to make new index lists for numbers in my main list. Here is an example of the list Schedule(1,4,3,1) and i wa...
約11年 前 | 2 件の回答 | 0
2
回答質問
How to replace an element in an struct array
Hi, I have a problem about replacing an element in the array with a new one. Could you please take a look and tell me what...
11年以上 前 | 1 件の回答 | 0
1
回答質問
sum inside a for loob
hi everyone, I was wondering how to sum my calculation inside loop. here is a simple code: % for i=1:5 a = price1 * ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
call function, not enough input argument error
Hello, I try to call function in my main code. However, It says "Not enough input argument" when i call it. here is my code, Co...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Not enough input arguments
Hi, I try to create a genetic algorithm model and i try to create a fitness function to calculate fitness of every child. Howev...
11年以上 前 | 1 件の回答 | 0