Estadística
23 Preguntas
2 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
10.913
of 295.486
REPUTACIÓN
4
CONTRIBUCIONES
23 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
26.09%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
121.495
of 153.950
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 6 años hace | 0 respuestas | 0
0
respuestasResuelto
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...
alrededor de 7 años hace
Pregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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. ...
más de 8 años hace | 1 respuesta | 0
1
respuestamatlab 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...
más de 8 años hace | 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...
más de 8 años hace | 0
Pregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Writing in a listbox
I am trying to write a list in a listbox. code: function listbox1_Callback(hObject, eventdata, handles) % hObject ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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....
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 1 respuesta | 0