Biraj Khanal
Followers: 0 Following: 0
Statistik
RANG
14.297
of 295.448
REPUTATION
3
BEITRÄGE
12 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
2
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to set environment variables for current account that can be used by other applications?
In a matlab script, I am trying to edit the environment variable , namely "Path" for the current user. Now, getenv("Path") ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
3D Histogram from raw data
I am trying to create the a rainflow matrix out of time history of a load data. I can do it easily with the rainflow command but...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Edit tile properties like legend or title out of tiledlayout nextline lines
I have a tiledlayout that I passed out of a function . I want to edit the properties of the axes in the tiled layout. Usually, i...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortHow to save a maxtrix created by for loop
Is this what you are trying to do? x=linspace(-2,2,13); xi=linspace(-2,2,49); f= 3*x.^2 + 8*x; fx = interp1(x,f,xi); plot(...
mehr als ein Jahr vor | 0
Frage
xline for multiple axes in tiled layout
How can I use xline or yline to make line in multiple axes of a tiled layout without having to write the lines for every tile? ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortUsing 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...
etwa 2 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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,:))...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to identify a calling function inside a called function?
function func3(app) app.ApplyButtonPushed(); end end % Callbacks that hand...
mehr als 2 Jahre vor | 2 Antworten | 0
2
Antwortenhow 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 ...
fast 3 Jahre vor | 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...
fast 3 Jahre vor | 0
Frage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortIs 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...
fast 3 Jahre vor | 1
Frage
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...
fast 3 Jahre vor | 0 Antworten | 0