![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/ebrahimiiaumyahoocom_1516080002736_DEF.jpg)
javad ebrahimi
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
11 回答
ランク
of 157,839
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
how to find Place on non zero values in matrix?
HI dear Tha saliem I hope that I have been able to understand what you mean, and the following code can help you clc;c...
how to find Place on non zero values in matrix?
HI dear Tha saliem I hope that I have been able to understand what you mean, and the following code can help you clc;c...
7年弱 前 | 1
回答済み
How to load only part of a file in MATLAB
HI dear Mayank Jain you can drag your txt file in Workspace And then click *Import selection* after making the necessary chan...
How to load only part of a file in MATLAB
HI dear Mayank Jain you can drag your txt file in Workspace And then click *Import selection* after making the necessary chan...
7年弱 前 | 0
回答済み
how to write this summation?
Hi work wolf this code can help you clc clear p=0; h=2; x=2; xk=3; for i=1:10 for j=1:10 ...
how to write this summation?
Hi work wolf this code can help you clc clear p=0; h=2; x=2; xk=3; for i=1:10 for j=1:10 ...
7年弱 前 | 1
回答済み
Random Generation of Binary Orthogonal Matrix of Size n * n with Matlab
Hi Hiba Basim Alwan this code can help you: for n=10 C = rand(10) Y = round(C)
Random Generation of Binary Orthogonal Matrix of Size n * n with Matlab
Hi Hiba Basim Alwan this code can help you: for n=10 C = rand(10) Y = round(C)
7年弱 前 | 0
回答済み
In the for loop when I write this code ıt does not show all outputs.It just shows some of them.What reason can be do this?
Hi Dear Mert CÖMERT matlab Command Window The capacity does not have this volume of information.To increase its see the foll...
In the for loop when I write this code ıt does not show all outputs.It just shows some of them.What reason can be do this?
Hi Dear Mert CÖMERT matlab Command Window The capacity does not have this volume of information.To increase its see the foll...
7年弱 前 | 0
回答済み
how to calculate the similarity between row vector and column vector using Euclidean distance
Matlab can't calclate Subtraction of two matrices that do not have the same row and column And the correct way of writing code...
how to calculate the similarity between row vector and column vector using Euclidean distance
Matlab can't calclate Subtraction of two matrices that do not have the same row and column And the correct way of writing code...
7年弱 前 | 0
回答済み
how to plot a figure with a title in Farsi or Arabic?
go to (figure->edit->figure Propertties) and click in ??? so click on More Preperties and change Srting value to عکس
how to plot a figure with a title in Farsi or Arabic?
go to (figure->edit->figure Propertties) and click in ??? so click on More Preperties and change Srting value to عکس
7年弱 前 | 0
回答済み
How do I measure a distance between a
Hi,I believe that you should have the amount of road width and by using it And according to the following, you can calculate the...
How do I measure a distance between a
Hi,I believe that you should have the amount of road width and by using it And according to the following, you can calculate the...
7年弱 前 | 0
回答済み
How is the correct way to calculate distance of each data points between two vectors
Hi amj you can use this code: clc clear X1 = [4,10,1,1,2,7,12,5,6,10]; X2 = [3,9,7,8,2,7,12,5,1,3...
How is the correct way to calculate distance of each data points between two vectors
Hi amj you can use this code: clc clear X1 = [4,10,1,1,2,7,12,5,6,10]; X2 = [3,9,7,8,2,7,12,5,1,3...
7年弱 前 | 0
回答済み
How do I measure a distance between a
* Display an image in the Image Viewer. imtool('moon.tif') * Click the Distance tool button in the Image View...
How do I measure a distance between a
* Display an image in the Image Viewer. imtool('moon.tif') * Click the Distance tool button in the Image View...
7年弱 前 | 0
| 採用済み
回答済み
How is the correct way to calculate distance of each data points between two vectors
Hi,your Pairwise distance type calculate: <</matlabcentral/answers/uploaded_files/105329/Capture1.PNG>> this code can...
How is the correct way to calculate distance of each data points between two vectors
Hi,your Pairwise distance type calculate: <</matlabcentral/answers/uploaded_files/105329/Capture1.PNG>> this code can...
7年弱 前 | 0
| 採用済み