Feeds
提问
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 years 前 | 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 years 前 | 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...
7 years 前
提问
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...
8 years 前 | 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...
8 years 前 | 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 ...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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. ...
8 years 前 | 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...
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...
8 years 前 | 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...
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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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 ...
8 years 前 | 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...
8 years 前 | 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....
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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 ...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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 years 前 | 1 个回答 | 0