Community Profile

photo

cyberdyne


Last seen: presque 4 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Contact

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


PID tuner with feedback tf
Hello, PID Turner can import Plant tranfer functions for the PID design. Is there a way to set also the transfer function of ...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


Make Matlab to read an US-ASCII file
Hi, I software that I use creates an US-ASCII log-text-file (but without extension) while it works. Is there a way to read...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


debug my Java source code by Matlab
Hi, I followed this solution: http://www.mathworks.it/support/solutions/en/data/1-15HDKH/index.html?product=ML&solution=1-...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Question


Supported and compatible compilers page Release 2012a
Hi, Looking this page: http://www.mathworks.it/support/compilers/R2012a/win64.html I've used that Java-jdk link but its...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


Error building with JA Builder
I followed this video http://www.mathworks.it/videos/using-matlab-builder-ja-68970.html with MATLAB 2012a and win64, but when I ...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


mcrinstaller function doesn't work
Hi, when I write in the command mcrinstaller it returns: Undefined function or variable 'mcrinstaller'. I check ma...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


MATLAB as Java IDE
Hi, Is there a way to use MATLAB as Java IDE (like NetBeans, Eclipse, ecc.) ? How can I find a guide or somewhat for it ? ...

plus de 11 ans il y a | 4 réponses | 0

4

réponses

Question


How to combine Computer Vision Toolbox with Image Acquisition toolbox
Hi, How can I combine these toolbox? For example, if I would apply vision.OpticalFlow object to acquisition, how can I do ...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


function created for transform grayscale to binary doesn't work
Hi, I've created this function m file to convert grayscale images to binary images (as gray2bin matlab function): functi...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


FrameRate and FramePerTrigger during acquisition and writing into a video-file
Hi, I don't understand how create a video-file setting the right matching between FrameRate and FramePerTrigger during image ...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


Simulink: Default Integration Time
Hi, If I fix sample time of some 'to workspace' block, it changes its integration time for 'integrator' block (continuous lib...

plus de 12 ans il y a | 3 réponses | 0

3

réponses

Question


Sending a floating value from simulink model to workspace
Hi, I have a simulink model with some output variables and I should use them in a realtime elaboration by m-file algorithms. Fo...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


help to rotate 3d plots
Hi, Can someone help me to rotate a 3d graph of desired angle of view during its creation (not after)? Thanks

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Common factor
Is there a function to make it find a common factor in an expression with symbolic variables? For example: ab+ac--(matlab ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


link to a m-file from Simulink model
Hi, How can I place a box with the link to a m-file into a Simulink model like those of S-function examples ? Thanks

plus de 12 ans il y a | 1 réponse | 1

1

réponse

Question


Plotting a line x=constant
Hi, What is a good way to plot a straight line parallel to y-axis for a particular x value? I've used this code but the li...

plus de 12 ans il y a | 4 réponses | 0

4

réponses

Question


FFT in Matlab and computation of mean frequency
Hi, I've a .mat file within a signal sampled at 1000Hz. I need an algorithm that visualizes the spectrum and returns mean fre...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Matlab function block
Hi, Can Matlab function block (not EML) use all toolbox functions ? In other words: Can I recall a particular function fr...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Spectrum Decreasing Detection
Hi, How can I build a model in simulink that detects decreasing of spectral components ? For example, if I have a signal w...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


S-function to initialize
This is the s-function that animates a robotic manipulator model; it does't see the vector to initialize the robot graphic (in t...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


Frequency Analysis by Simulink
Hi, Can someone explain me the steps to do spectral analysis of a signal that I have in a .mat file (sample rate used=1kHz). ...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


Block for toolbox
Hi, Is there a way to run a m.file script made by toolbox in Simulink? I use robotics toolbox and I need to plot in simulink ho...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Can multiple MATLAB version installs coexisting on the same machine?
Hi, Can two MATLAB versions coexist in the same PC (for example 2008a and 2007a)?

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


Simulink as Block Diagram Editor only
Hi, I would like to use Simulink not as a simulation environment, but as Graphic editor for block diagrams. For example if...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


Bode diagram by Simulink
Hi, Is there a way to plot the Bode Diagram using simulink blocks ?

presque 13 ans il y a | 1 réponse | 0

1

réponse

A répondu
Scaling of time
I'm searching for a way to make simulation time shorter

presque 13 ans il y a | 0

Question


Scaling of time
Hi, I've a .mat file with a signal and the time is long 19 seconds by a sampling time of 0.001 seconds. Could I compress these ...

presque 13 ans il y a | 6 réponses | 0

6

réponses

Question


Not sensible to short time FALSE
Hi, I've a logic output that for a few seconds go to zero. How can I make it to be not sensible to these intervals if they ar...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


Counting when signal is not in a range
I've builded this system http://img143.imageshack.us/img143/901/sysa.jpg I want to check when signal is in the setted rang...

presque 13 ans il y a | 1 réponse | 0

0

réponse

Question


Counter that starts on demand
Hi, How can I build a counter that starts to count from 0 only after a specific start signal and stops after an other signal (b...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Charger plus