Statistics
RANK
23,210
of 297,016
REPUTATION
1
CONTRIBUTIONS
7 Questions
5 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Passing handles to datatip user function in GUI
Hello, I'd like to pass data to a user defined fucntion that is run every time that the data tip is used in order that I can ...
12 years ago | 1 answer | 0
1
answerinputting and array in command line format e.g. [2:2:10] etc
Thanks for the answers and the never use eval warning, this seems to be a theme I noticed on further reading.
12 years ago | 0
inputting and array in command line format e.g. [2:2:10] etc
OK, straighrforward..... Need to use eval('[1:2:101]') EVAL(s), where s is a string, causes MATLAB to execute the stri...
12 years ago | 0
Question
inputting and array in command line format e.g. [2:2:10] etc
Hello, I am sure that this is possible. I want to accept some values from gui which would be the labels to a bunch of files, ...
12 years ago | 3 answers | 0
3
answersQuestion
Please HELP!! Am I nuts?
I define a function and save it: function [new_x, new_y] = TestArray(x, y) new_y = y.^2; new_x = x; end ...
12 years ago | 3 answers | 1
3
answersPlease HELP!! Am I nuts?
Thanks! I am surprised I haven't run into this before.
12 years ago | 0
Question
problem with psi digamma function
Can anyone help? I try to use the psi function to evaluate a complex number. It suggests in the help that I should convert numbe...
13 years ago | 2 answers | 0
2
answersProjecting a point onto a line
Note that this was working fine. The problem was that the scales of the two axes were different and so the line connecting the p...
13 years ago | 0
Question
Projecting a point onto a line
Hi, I hope you can help. I have some x,y data that has a shoulder I would like to identify with a signature of a transitio...
13 years ago | 2 answers | 0
2
answersQuestion
Fitting implicit function using lsqnonlin
Hi, I am trying to fit an implicit function to data. As an example I tried to fit: x = ((D - B*log(y/D) - y)/A)+C. I ge...
13 years ago | 0 answers | 0
0
answersproblem with reading whole line with fgets and fgetl
The array editor window shows only part of the line that it has read even if the cell holding the data is increased. When I hove...
13 years ago | 0
Question
problem with reading whole line with fgets and fgetl
I am tryiong to read a data file which a number of lines of headers as well as column headings. Right now I cannot get a full li...
13 years ago | 3 answers | 0