
Biraj Khanal
Statistics
RANG
197 624
of 273 372
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
0
RANG
of 18 456
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 122 802
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Using fnplt in UIAxes
cscvn constructs spline in a piecewise polynomial form. as Derek has written in his comment, I had to evaluate the spline with f...
3 mois il y a | 0
| A accepté
Question
Normal distance from one curve to another at specific points
If I have two curves with datapoints, how can I get the distance from any point in one curve to the another one? I am tryi...
7 mois il y a | 2 réponses | 0
2
réponsesQuestion
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,:))...
7 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
How to identify a calling function inside a called function?
function func3(app) app.ApplyButtonPushed(); end end % Callbacks that hand...
11 mois il y a | 1 réponse | 0
0
réponsehow 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 ...
environ un an il y a | 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...
environ un an il y a | 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...
environ un an il y a | 1 réponse | 0
1
réponseIs 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...
environ un an il y a | 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...
environ un an il y a | 1 réponse | 0