Community Profile

photo

JA


TH Deggndorf

2016 年からアクティブ

統計

All
  • Solver
  • Thankful Level 3
  • First Answer

バッジを表示

Content Feed

表示方法

質問


Converting Matlab function (mscript) to simulink model.
I wrote a M function (Mscript), now I want to implement it in Simulink (Stateflow), as I am using target link, I cannot use any ...

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

0

回答

質問


Calculating Angular speed from the current position (deg)
I am sure the solution of my question will be simple, But I don't know why I am struggling with this so much. I have the "Actual...

6年弱 前 | 0 件の回答 | 0

0

回答

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6年以上 前

質問


Bad clarity using export_fig
I am using <https://www.mathworks.com/matlabcentral/fileexchange/23629-export-fig Export_fig> to export figs from matlab, I am g...

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

1

回答

質問


Exporting Figures in matlab
I want to export figurtes in specific height and width in Matlab. Right now I change the Height and width of the figure. set...

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

1

回答

質問


Marking a point on a graph
I want to mark a few points in my graph. Which by itself isn't a big deal. I can just do: plot(x,y,'ro') But i want more ...

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

1

回答

質問


Text in a matlab plot
I know how top write a text in a plot, but this is a bit more complicated. Not entirely sure if matlab is capable of this. Below...

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

1

回答

質問


Designing a Nth butterworth filter with plot placement
I am trying to design a Nth order continous time Butterworth filter in state space, with pole placement technique. n = var...

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

0

回答

質問


plotting multiple plots in matlab
I am trying to plot a signal which has been filtered with different filters in 1 plot. The only problem is i have to plot the ra...

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

1

回答

質問


Plotting in GUI of Matlab
Until now i had only 1 axes in my GUI to I used to just plot directly using plot command. Plus i need to plot these in a loop. ...

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

1

回答

回答済み
matlab code for hydro thermal co-ordination problem
<http://de.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer Please consi...

7年以上 前 | 0

回答済み
I want to solve this problem please
Your desciption of the problem is not understandable, but from what i understand you want to take 1 element of f and find the cl...

7年以上 前 | 0

質問


Handling Slider in GUI
I want my slider to increase in steps of 1, no fractions allowed, not when it's being dragged. Not even when i click on increase...

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

2

回答

質問


Writing a Nth order matrix.
I want to create a ' *nxn*' matrix but it's not an identity matrix. As I don't know how to write matrix on Matlab Answers, I cre...

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

1

回答

質問


Non scalar struct array
This is very complicated problem about data structures, i will try and explain it as simple as possible. I have multiple sign...

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

0

回答

質問


Writing in a listbox
I am trying to write a list in a listbox. code: function listbox1_Callback(hObject, eventdata, handles) % hObject ...

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

1

回答

質問


Cell contents assignment to a non-cell array object
I am getting the above mentioned error while going through multiple loops. I really don't know how to explain the problem, But i...

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

2

回答

質問


using structure as a value for containers.Map
I am trying to add a structure as a value for container.Map, for example I'm trying to add segments strcuture to cont container....

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

1

回答

質問


Mapping signal segments to it's signal
I have an algorithm which chops the signal based on some parameters and stores it in a structure. Code: classdef Contain...

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

0

回答

質問


Saving the zoom in plot
I have a GUI where i plot my signal, I import the signal with 'getappdata', apply filter to the signal and plot it. functio...

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

0

回答

質問


Live plotting in Matlab with slider
I have a GUI with a graph and a slider. I have a signal and i am applying filter to that signal, the slider will determine the c...

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

0

回答

質問


Pausing the program for GUI
i have a code which does some calculation, then calls the GUI. In the GUI i have some options for user to select from. based on ...

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

1

回答

質問


Connecting MATLAB GUI to .m file
I have a m file, which chops the signal and applies filter according to the cut off frequency(Fc). M file: classdef Cont...

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

0

回答

質問


Designing a container to store a structure
I am working with signals, i have a class where a signal is chopped into multiple parts. Test script: filname = load('fi...

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

1

回答

質問


creating a function without creating a class
Probably a stupid question, but i have a test file, which is just a set of commands and instantiation of some classes, but doesn...

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

1

回答

質問


Splitting the signal into different parts.
I am trying to analyze and apply filter to a signal(measurements). But the problem is while recording the measurements, between ...

8年弱 前 | 1 件の回答 | 0

1

回答