Community Profile

photo

naman


Active since 2013

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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,...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 2 answers | 0

2

answers

Question


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...

7 years ago | 1 answer | 2

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 2 answers | 0

2

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 0 answers | 0

0

answers

Question


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 ?

8 years ago | 1 answer | 0

1

answer

Question


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 ...

8 years ago | 2 answers | 0

2

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Answered
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.

8 years ago | 0

| accepted

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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 ...

10 years ago | 0 answers | 0

0

answers

Question


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 ...

10 years ago | 0 answers | 0

0

answers

Answered
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...

11 years ago | 0

Question


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...

11 years ago | 2 answers | 0

2

answers