John
University of Alabama at Birmingham
Followers: 0 Following: 0
Statistics
RANK
22,881
of 295,467
REPUTATION
1
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Call to R error [...unable to load shared object '/usr/lib64/R/library/dplyr/libs/dplyr.so':...] with system(command)
I'm trying to call an 'R' routine from MatLab and keep getting an error: Error: package or namespace load failed for ‘plotly’ i...
4 years ago | 1 answer | 0
1
answerQuestion
How to write ladder logic in Simulink?
I've used Matlab for many years now. Back in the early 1990's, as a control systems engineer, I used ICOM software very effecti...
6 years ago | 1 answer | 1
1
answerQuestion
Trying to install and execute a Matlab program I have running under Linux and have performed the Deploytool (Build,Package with MCR). This is my first deployment attempt at on a Linux machine. Looking for a procedure to guide me in this.
The program works well within Matlab on both Windows and Linux. I have had good luck building and executing in Windows. I made...
11 years ago | 1 answer | 0
1
answerHow to obtain RowLabels from a clustergram that is saved as a .fig file without the code and data that generated the clustergram.?
I've got the answer to my own question. Here it is: childs=get(gca,'children'); rowDim= get(childs(length(childs)),'YD...
11 years ago | 0
| accepted
Question
How to obtain RowLabels from a clustergram that is saved as a .fig file without the code and data that generated the clustergram.?
The 'rowlabels' must be embedded somewhere within the .fig file. The fig file has been closed and I have reopened it. I tried to...
11 years ago | 1 answer | 0
1
answerQuestion
How to retrieve gene label list from clustergram saved as a figure.
I programatically produce clustergrams and saved them as .fig plots. I wish to obtain the gene list that runs down the vertical...
11 years ago | 0 answers | 0
0
answersQuestion
How to get the list data from a listbox within a saved and recalled .fig file?
I have tried to used get(h,'children') etc. to access the info stored in the .fig file. It seem to be there as the list is about...
11 years ago | 1 answer | 0