photo

naman


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ?

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 9 Jahre vor | 0

| akzeptiert

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 11 Jahre vor | 0

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten