質問


How to use uigetfile to plot the contents of a file?
Hi all how can I use the uigetfile to chose a file and plot its contents I defined the public property for the push button ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How to show the contents of a folder in app designer and plot the files in it ?
Hi All my code generates some excel files as output in a certain folder. which are a 2 column data. I was wondering if there i...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Matlab app designer can't go further than the first dropdown value
Hi All I have made an app with a dropdown and a push button. I should choose a value from dropdown and based on that the pushbu...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How to use the drop down value in if clause ?
Hi All I have a drop down component in my app using app designer, which their values are numbers like 1 , 2 ,3,4 then I need t...

約4年 前 | 0 件の回答 | 0

0

回答

質問


app.UIfigure.Visible does not keep the app window on top of all other windows
Hi all using the following line does not really keep the app window in appdesigner on top of all other windows , I have two pus...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Could someone explain the absor code in matlab line by line ?
Hi All I was reading the absor code in matlab, but it seems to be too complicated, even reading the relevant quaternions theo...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Storing the absor function into my code gives ABSURD error
Hi all I was trying to store the absor function in my code, to avoid calling it from a separate m file. Strangely it worked fin...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How to write a singler for a code that needs to use Fsolver in a loop ?
Hi All is there a way to avoid writing one separate mfile for fsolver function to call it in a loop from the main mfile ?

約4年 前 | 1 件の回答 | 0

1

回答

質問


Will an app run an mfile after cmpiling if working directory is not the exe installation directory ?
Hi all I have an mfile with some other function mfiles that this main mfile runs them all inside a main folder.there are also...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Why doesn't Matlab know the variable from appdesigner despite it is globalized into matlab workspace ?
Hi All I have written an app that using a pushbutton receives the working directory folder adress from the user and changes t...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How do I set up a uigetdir with a Push button in appdesigner ?
Hi All I need to have a push button that when I press, the uigetdir command activates and allows the user to choose the desi...

約4年 前 | 1 件の回答 | 0

1

回答

質問


appdesigner No appropriate method, property Error
I am having a problem with the push button , shall you please help me first with this ? cause this is the vlaue I need to pass...

約4年 前 | 0 件の回答 | 0

0

回答

質問


How to make my code read the input values in appdesigner?
Hi all I am making an application that should get some input values from UI. But then should run some mfiles that need to kno...

約4年 前 | 0 件の回答 | 0

0

回答

質問


How to run my main.m file from app designer ?
Hi All If I have a main.m file that runs my other functions and I am designing an application , should I convert the main file ...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Why doesn't cd command work on parametric directory names ?
Hi All I need to change between some subfolders under the main folder during my code inside a loop. The strange thing is that ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


What does addpath do and why should I use it when I am compiling a code in matlab ?
Hi All I am compiliing a code in MATLAB and am advised to use addpaht what does it do and how does it help me in compiling ?...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Why the compiled exe file not opening ?
Hi All I have compiled a main file together with other mfiles in matlab R2017b. the exe file does not open in windows 7 where...

約4年 前 | 0 件の回答 | 0

0

回答

質問


compiling Matlab files not clear
Hi All I need to compile m files to standalone exe files : since I have multiple files containing functions that call each ot...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How do I improve solving 18 second order system of algebraic equations in fsolve ?
Hi All trying to solve 18 nonlinear (2nd order)equations using fsolve I get : possibility of inacuaracy in the results. whil...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Should I insert tab for all lines of fsolve function?
Hi All for solving a group of nonlinear equations with Fsolve, should I insert a tab for the equation lines that are under fu...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How to calculate the derivate of an equation ?
Hi All I have the crack energy equation : In which R and G are numbers , also c and m. N is loading cycle : so it's a signa...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How should I use the function Circfit ?
Hi All How do I use the function Circfit ? the size and class of inputs is not clear

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How to concatenate 2 time series that both start from zero?
Hi all How to concatenate 2 time series that both start from zero? Given that both of them have the same time step? Example : ...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


How could I get the coordinates of the circumscribed circle giving the 3 points coords ?
Hi All I have the coordinates of 3 points thrgouh which, a circle should pass . Having the coordinates of the points in 3D, how...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Where is the logic failure in my code ?
Hi All I have a matrix n x 1 called X , in which I want to move it up or down along vertical axis when I plot it vs time , in...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Why do I get Excel error when using writetable command ?
Hi All I have the TT parameter as : [c1,hist,edges,rmm,idx] = rainflow(Z,t); TT = array2table(c,'VariableNames',{'Count','Ran...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How to include header text in a Table when writing to Excel?
Hi All I have to write a table after converting it to array , to Excel . as you can see in the following example taken from ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Why doesn't Timetable command accept my time,data input?
Hi All I use the command TT = timetable(t,X); but I get the following error, despite having defined t as a nx1 matrix an...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I make the cycle range symmetric around zero in rainflow ?
Hi All I am using rainflow( x, 'ext') but the cycle ranges are not symmetric around zero. How can I make matlab do that ?...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How to calculate passband and stopband coefficients for signal filtering?
Hi All using the following code, I need that my passband frequency be 250 Hz , and the Stop Band at 512 Hz. how do I calcul...

4年以上 前 | 2 件の回答 | 0

2

回答

さらに読み込む