
Biraj Khanal
Statistics
RANK
249.333
of 260.490
REPUTATION
0
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 17.901
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111.925
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
Content Feed
Question
Spline coordinates from spap2
I am trying to get third order spline approximation for a given set of points. p=[..;..]; spline=spap2(knots,3,p(1,:),p(2,:))...
4 dagen ago | 1 answer | 0
1
answerQuestion
uigetfile in appdesigner freezes MATLAB
In a button click function , I have the following lines of code file=uigetfile; app.fileToImport =file; drawnow;pause(0.0...
20 dagen ago | 1 answer | 0
1
answerQuestion
Using fnplt in UIAxes
I learned that fnplt takes a function as an input. fnplt(cscvn([1 0 -1 -1 0 1;0 1 0 0 -1 0])); The line above works fine.Ho...
ongeveer een maand ago | 0 answers | 0
0
answersQuestion
Interactive rectangle on UIAxes for user to choose a region
I have a dataset with scattered points that I plot on a UIAxes. The idea is to let the user draw a rectangle over the UI Axes on...
ongeveer een maand ago | 1 answer | 0
1
answerQuestion
How to identify a calling function inside a called function?
function func3(app) app.ApplyButtonPushed(); end end % Callbacks that hand...
4 maanden ago | 0 answers | 0
0
answershow to plot exel data by loop
I am still learning and would do this: T=readtable('filename'); D1=[]; E1=[]; D2= []; E2=[]; for i = 1: height(T) if ...
5 maanden ago | 0
axis off sets background color back to white despite set(gca....
The axis off does not set your 'background color' to default. It removes the axes from the figure making it practically hide it...
5 maanden ago | 0
Question
Accessing appdesigner objects properties from a function
I am trying to create a basic calculator with every operator button calling the same function .I am able to do this with the but...
5 maanden ago | 1 answer | 0
1
answerIs there a computationally fast way to save figures as pictures?
I had a similar issue when saving many plots at a time to generate a report. The computation time is crazy when you use exportgr...
6 maanden ago | 0
Question
Complete executing celledit before any other function is trigerred
I am trying to create a table (UITable_2 with C,D) based on the selected cell of another table (UITable with A,B) . Also, I am t...
6 maanden ago | 0 answers | 0