Réponse apportée
Force install Matlab 2013a 32bit in Windows8 64bit
<http://www.mathworks.com/matlabcentral/answers/106138-is-it-possible-to-install-both-32-bit-and-64-bit-versions-of-matlab-on-64...

environ 12 ans il y a | 0

Réponse apportée
Differences in simulation results in state space models using matlab
You are using continuous SS coefficients while you are (discrete) simulating your system in: % Perform the system simulatio...

environ 12 ans il y a | 0

| A accepté

Réponse apportée
Output saving as a pdf
You may do this by using the PUBLISH function: <http://www.mathworks.com/help/matlab/matlab_prog/publishing-matlab-code.html>...

environ 12 ans il y a | 1

Réponse apportée
Combine 2 plots into a single figure
One way to do this is by manipulating the XData and YData properties. Try: figure; h1 = plot(1:10); figure; h2 = plot(10...

environ 12 ans il y a | 0

Réponse apportée
How can i use the output of a function block just as a gain?
Use a Multiply block from the 'Math Operations' library. One input is the signal that needs to be increased in magnitude. The ot...

environ 12 ans il y a | 0

| A accepté

Réponse apportée
Realise transfer function through Opamp using Simulink/Simscape
Simscape and Simulink components cannot be directly connected. You need to use the blocks 'PS-Simulink Converter' or 'Simulink-P...

environ 12 ans il y a | 0

Réponse apportée
sigal average power estimation
I guess what you are trying to verify is the validity of Parseval's theorem. Since FFT calculates the Discrete Fourier Transfor...

environ 12 ans il y a | 0

| A accepté

Réponse apportée
Inquiry aboutNational Instruments PXI Xpc Target and PXI 6229
PXI-6229 is supported by the block "PCI-6229". For example see http://www.mathworks.com/help/releases/R2013b/xpc/io_ref/nation...

environ 12 ans il y a | 0

| A accepté

Réponse apportée
Compatibility issue with I8254x Intel Gigabit Ethernet Driver getting supported by xpc target Ethernet library "Ethernet Initialization" block with respect to xpc target 4.2 version?
The listing in https://www.mathworks.com/products/xpctarget/supported/xpc-target-supported-ethernet-chipsets.pdf is for Ethernet...

environ 12 ans il y a | 0

| A accepté

Réponse apportée
what is the minimum version of xPC target or MATLAB to support I2C protocol?
I2C support is not available in xPC Target by itself. What the link describes is that it is possible to have this support in xPC...

environ 12 ans il y a | 0

Réponse apportée
xPC UDP Ethernet Card Selection
The sharing of the Ethernet connection happens since you are using the (non real time) UDP blocks. For the targets to exchange i...

environ 12 ans il y a | 0

Réponse apportée
How to get current time of simulation while Model is executing.
http://www.mathworks.com/help/simulink/slref/clock.html

environ 13 ans il y a | 0

Réponse apportée
Unable to interpret LaTeX string "$\mathfrak{K}$"
Not all TeX/LaTeX character sequences are supported in MATLAB. All supported TeX sequences are listed at: http://www.mathwor...

environ 13 ans il y a | 2

| A accepté

Réponse apportée
problems during ccs v3.3 and windows 7(32-bit), Matlab R2011b
I think c2000expert has this nicely covered: http://www.youtube.com/watch?v=kiVOA5Js7Ag

environ 13 ans il y a | 0

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 13 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 13 ans il y a

Réponse apportée
Simulink - Rate Transition
The step size in configuration parameters has to be the smallest (fundamental) step size. Other blocks can have sample times tha...

environ 14 ans il y a | 0

Réponse apportée
BCH decoding with erasures results in nonbinary vector
For BER calculations I would suggest using an example message, encoding it, then introducing errors and erasures within the capa...

environ 14 ans il y a | 0

Réponse apportée
BCH decoding with erasures results in nonbinary vector
How did you generate the 'error' vector? For a BCH Decoder with N=31 and K = 16, decoding your 'error' vector without any erasur...

environ 14 ans il y a | 0