![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10829362_1522137588965_DEF.jpg)
Achyutha Hosahalli
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
12 Answers
RANK
1.819
of 297.016
REPUTATION
36
CONTRIBUTIONS
0 Questions
12 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
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
1 Public Channel
AVERAGE RATING
50
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Arduino Uno error when I try to "Deploy to hardware"
Hi Tim ! This could have caused if there were any spaces in your working directory For ex : D:\Projects\Arduino Uno\.....
bijna 7 jaar ago | 0
Error "Undefined function 'min' for input arguments of type 'cell'. Error in wblplot (line 27) minx = min(sx(:));"
Hi Tsalsabilla ! Since you are using *Text Area*, its values would return the value which is of type cell array. But *min* fu...
bijna 7 jaar ago | 0
| accepted
how to escape while searching optimal solution for "intlinprog" after 10 seconds?
You can use "MaxTime" option. For example : options = optimoptions('intlinprog','MaxTime',10);% where MaxTime is a P...
bijna 7 jaar ago | 0
| accepted
How to change UIAxes Initial appearance?
Hi Huayan ! You can go to *Code View* in *App Designer* and under *Component Browser* on the right, select the *UIAxes* compo...
bijna 7 jaar ago | 0
| accepted
Profiler window font size increase?
Hi Guy ! To change the font size of Profiler window, go to *Preferences*-> *MATLAB* -> *Fonts* -> *Custom*. Under *Desktop t...
bijna 7 jaar ago | 1
| accepted
Adding a column to a specific column of big matrix
Hi Wael ! 1) H(:,3) = H1(:,1) This would replace all rows of column 3 of H with all rows of column 1 of H1 2) ...
bijna 7 jaar ago | 0
| accepted
How can I get a border/boundary around my hand as shown in the figure?
You can use the below command with *properties* as 'BoundingBox' stats = regionprops(BW,properties) <https://in.mathwork...
ongeveer 7 jaar ago | 0
| accepted
Differentiate function names and variable names using regexp
Though the below command does not differentiate between function names and variable names, you can use it if all your variables ...
ongeveer 7 jaar ago | 0
Matlab 2017b silent install opens GUI
Hi Cyril ! Hope the below link helps you <https://in.mathworks.com/matlabcentral/answers/372406-why-does-the-installer-gui...
ongeveer 7 jaar ago | 0
| accepted
How do I enter a newline in livescript equation?
Hi RobNik ! You can choose Power, Fraction and Index from the Structures in Equation menu. Below is a snapshot for your refe...
ongeveer 7 jaar ago | 0
Error message-matlabpool
*parpool* function has replaced *matlabpool* function since R2013b. Please use *parpool* instead of *matlabpool*
ongeveer 7 jaar ago | 1
How can I copy values from UITABLE placed in UIFIGURE to clipboard?
App Designer uitable does not support copy and paste to clipboard in both R2017a and R2017b. As a workaround, one can use the f...
ongeveer 7 jaar ago | 0
| accepted