Statistics
RANK
11,562
of 295,448
REPUTATION
4
CONTRIBUTIONS
2 Questions
6 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
How to change MATLAB's sh.exe path?
I ended up figuring out a solution to my own issue but it does require administrative permissions to do it. As I suspected. ...
1 year ago | 0
| accepted
Question
How to change MATLAB's sh.exe path?
Hello, I am using a repo that has Git LFS installed and set to track .mat files. I when I try to compare a large .mat file to ...
1 year ago | 1 answer | 0
1
answerHow can I change the color and font on the second y axis of a subplot?
You can also find the YAxis properties for left and right like so: fh = figure; x = 1:10; y = 1:10; %pltos on the left axis....
2 years ago | 0
How can i run the bash shell script in matlab
If you're running this from Windows (not mac or linux) I got this to work by doing: system('C:\Apps\Git\git-bash.exe Something....
2 years ago | 0
Run Something.sh file from matlab
If you're running this from Windows (not mac or linux) I got this to work by doing: system('C:\Apps\Git\git-bash.exe Something....
2 years ago | 1
unable to define local function because it has the same name as the file
I had this error pop up and it was caused by some accidentally uncommented code above the function call. The uncommented line wa...
3 years ago | 1
How to change the order of bars, graphs and lines in a plot
I know this is a very old, non-answered question but. I found this answer on stackoverflow for answering how to reorder line obj...
3 years ago | 0
Question
Using Variables
Hi, I have a set of code that has about 64 different variables. I'm now trying to store them into a matrix. I named the variab...
13 years ago | 2 answers | 0