photo

naman


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

19 質問
2 回答

ランク
18,162
of 300,753

評判
2

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

回答採用率
52.63%

獲得投票数
2

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Check if an element is in the range or not
Hi, I have a range e.g. lower range = [1,1,1,1] and upper range = [10,100,20,30] and I want to check if some element e.g. [ 2,...

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

1

回答

質問


How to put different scales in parallel coordinate plot ?
Hi I want to put different axis scales on y axis for all my dimensions in parallel coordinate plot. The command to generate a...

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

0

回答

質問


How to Read a file with unknown name
Hi I get one .csv file in a directory and I cannot control the name of it. Therefore, I want to read it without knowing its n...

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

2

回答

質問


How to set different colors for the text in a legend ?
Hi I am using MATLAB 2015. I followed the post >https://se.mathworks.com/matlabcentral/newsreader/view_thread/73336> to set d...

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

1

回答

質問


libmwlaunchermain.so not found
Hi I have been searching on internet and tried to export the path of these libraries, but still I am getting an error. Location...

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

1

回答

質問


converting specific characters to a variable
Hi I have a string which look like this "x1 + x2+ 2.0e-14". I want to convert x1 and x2 to variables and use further. In additi...

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

2

回答

質問


Running generated exe file in linux
Hi I generated an exe file in 2013a on Windows 7 and want to run that file in linux. It shows me the error that mcr is not inst...

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

1

回答

質問


How to selecting solutions from a parallel coordinate plot
Hi I want to select some solutions from a parallel coordinate plot and use them further in another script. I can use data cur...

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

0

回答

質問


How to rotate subplots at the same time
Hi I want to rotate the subplots (plotted in 3 D) at the same time, how can I do that ?

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

1

回答

質問


calling matlab from c++
Hi I am trying to print values obtained from matlab function which is called in c++ program. This is the code, I am not sure ...

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

2

回答

質問


Adding compaq visual fortran to compiler list
Hi I installed Compaq visual fortran but when I use mex -setup, it shows No supported compiler or SDK was found. How can I ad...

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

1

回答

回答済み
How to add wall clock time as a termination condition
Okay! I found it. It was quite simple, I just use toc for the termination.

10年以上 前 | 0

| 採用済み

質問


How to add wall clock time as a termination condition
Hi I would like to add wall clock time as the termination condition for my loop. How can I do it ? Thanks

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

1

回答

質問


Find the index of nonempty array in a structure for a particular field
Hi I have a structure with one field e.g. select(i).c, where i=1,...,N. I want to find the index i for which select(i).c is none...

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

2

回答

質問


Empty cluster at iteration 2
Hi I am using [idx,C] = kmeans(X,k), but sometimes it shows the error empty cluster at iteration 2. What is the possible cause o...

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

1

回答

質問


Using structure in loop with different fields
Hi I have two loops for i = 1:m for j = 1:n hh = call_some_function end end and hh is a structu...

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

1

回答

質問


How to find k nearest vectors from a given vector in 3 dimensions ?
I have a reference vector and I want to find a fixed k nearest neighbors from a matrix ? How can I do it? Is there any direct w...

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

2

回答

質問


How to run .exe file with various input files and one output file in MATLAB
I have an abc.exe file which uses 3 input text files say p.txt q.txt and r.txt and generate z.txt as an output file. This is ...

約12年 前 | 0 件の回答 | 0

0

回答

質問


writing an integer variable with vector of variable size with appending
for i = 1:N A= [a11 a12 a13 ...] % size is variable % I want it should write in the file in this format ...

約12年 前 | 0 件の回答 | 0

0

回答

回答済み
how to delete an element from a particular position from a vector of repetitive elements
Thanks for the answer, its working for this particular vector. But here the condition is bit different. I mentioned from a parti...

13年弱 前 | 0

質問


how to delete an element from a particular position from a vector of repetitive elements
I want to delete the element from a particular position in the vector as I have repetitive elements in that vector. For examp...

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

2

回答