![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3796012_1522098308417_DEF.jpg)
Hassan F
Followers: 0 Following: 0
Professional Interests: Computational biology, systems biology
Statistics
RANK
270,172
of 297,016
REPUTATION
0
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
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
Can't assign output from a function from a toolbox
Mathworks confirmed this bug and issued a work around for it. One possible workaround is to add the following conditional at ...
11 years ago | 0
| accepted
Question
Can't assign output from a function from a toolbox
I am having problem when I try to store rmabackadj function's output to a variable. The function works properly when no output v...
11 years ago | 1 answer | 0
1
answerQuestion
test for equality not working 8.0.0.783 (R2012b)
I encountered a weird issue when I was trying for test of equality in two array (eq function). I tried to reproduced it as below...
11 years ago | 2 answers | 0
2
answersHow to generate names?
You can use _eval_ for i=1:6 eval(['Sheetname' num2str(i) '=txt' num2str(i) '{1,3};']) end
12 years ago | 0
how I can use fprintf for syms
have you tried the following? fprintf('%3.3e',sscanf(char(z),'%e'))
12 years ago | 0
Question
How can I insert proper tex interpreter inside figures?
When I try to add greater or equal sign to my figure, it is shown as '?'. To my surprise most of the tex symbols are not properl...
12 years ago | 1 answer | 0