Statistik
RANG
11.217
of 295.673
REPUTATION
4
BEITRÄGE
23 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
26.09%
ERHALTENE STIMMEN
0
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenGelöst
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...
etwa 7 Jahre vor
Frage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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. ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
Antwortmatlab 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...
mehr als 8 Jahre vor | 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...
mehr als 8 Jahre vor | 0
Frage
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...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Writing in a listbox
I am trying to write a list in a listbox. code: function listbox1_Callback(hObject, eventdata, handles) % hObject ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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....
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 1 Antwort | 0