Frage


how to make a frame generator in Simulink ?
Lets say that i want to generate n frames of m length separated by a BYTE (0xFF) used as start and end delimitator I looked i...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to break these 2 algebraic loops?
I have this model <https://uk.mathworks.com/matlabcentral/fileexchange/58966-client-server-model> The alebraic loops are bro...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to clean MATLAB cache when MATLAB got corrupted
Ok I reinstall fixed it ...Strange

mehr als 7 Jahre vor | 0

Beantwortet
How to clean MATLAB cache when MATLAB got corrupted
I am reinstalling all -_-''

mehr als 7 Jahre vor | 0

Beantwortet
How to clean MATLAB cache when MATLAB got corrupted
-_-

mehr als 7 Jahre vor | 0

Frage


How to clean MATLAB cache when MATLAB got corrupted
I tried to run a model using Simulink Realtime and my computer suffered a hard crash Afterwards in every simulink model i make ...

mehr als 7 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


why stateflow during never execute?
If i have a transition from A TO B state(no condition on transition) From B I make transition to C(no condition) I observed B ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


enumeration class in simulink displayes signals wrongly ?
I have 2 enumeration classes classdef clientRequest < Simulink.IntEnumType enumeration None(0) Connect(1...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
App Designer's editor is slow and gets stuck alot
On a core i7 laptop with 16 GB of ram around 1200 lines it takes 1 second delay to type ...WTF

mehr als 7 Jahre vor | 1

Frage


My cpu is beeing fried by matlab
After i executed sldrtkernel -setup and ran a Simulink model my computer suffered a hard crash I have uninstalled the kern...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to fix this error in the communcation toolbox bluetooth voice example ?
When trying to run the Bluetooth voice example i get this strange error: Number of blocks in the block diagram 'commbluetoo...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to log Current for a simulink model ?
I have a circuit which is a DC source and some resistors. I want to log current through each resistor. I read that i can rig...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to rotate a resistor in Simulink ?
Is there any way to rotate a resistor in Simulink by lets say 45 degrees ? For example Wheatstone's bridge ? <https://en.w...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to save a 3d object and load it in 3d world viewer ?
In Matlab help it says @The membrane object was generated using the function 'logo' and saved in VRML format using the functio...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Why is my VRML Animation slow and jerky when using Simulink 3D Animation?
I had also issues with slow 3d. This is fixed for NVIDIA cards in 2016a

etwa 8 Jahre vor | 0

Beantwortet
terrible performance on simulink 3d animation ?
I am happy to say that this is fixes in 2016a , and the GPU speed is great on NVIDA GTX 770m

etwa 8 Jahre vor | 0

Frage


how do i replace part of Symbolic Matrix ?
If I have Matrix delta = sym('R%d%d',[3,3]) [ R11, R12, R13] [ R21, R22, R23] [ R31, R32, R33] If i want to r...

etwa 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Matlab Live Editor code hangs ?
Dear all Can someone tell me why this code hangs Matlab Live editor when run multiple times with CTRL+Enter? syms I1 I...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


attribute to an array of symbolic variables an array with their values
HI all Is there a trick to do this in MATLAB ? [R1 R2 R3 VA VB VG]=[8 2 4 12 -6 0] I want to assign to all sym variab...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Simulink and software modules
Dear all I am trying to learn Simulink and i thought of a fun project, to model the AUTOSAR CAN Driver. Ofcourse the C implem ...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


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:...

etwa 8 Jahre vor

Frage


Symbolic equation messed up LIVE script
Dear all I have the code clear syms R G1 G2 Gn G = 1 / R The output of last is G= symans,32,0,321 Should...

etwa 8 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


MAtlab symbolic toolbox and removal of Mupad interface
Dear all I use units defined in Mupad Interface from Matlab live documents like this mV = sym('unit::mvolt'); Warnin...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to use MATLAB units ?
Well to reduce some extratyping this shall help :) MUPAD = @(x) sym(x); Then use like MUPAD('unit::ohm') The better...

etwa 8 Jahre vor | 0

Frage


JX Chromium hangs in live editor
Hi all I observed that when I edit my LIVE document the computer seems to hang. When i looked at the culprit i found it...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
What possibilities do I have for using MATLAB home with STM32F4 target hardware ?
Matlab 2015a ,if connect LEGO NXT(might work the same for Arduino) to to simulink model and i put breakpoint in my model i can b...

etwa 8 Jahre vor | 0

Frage


MATLAB coder for Matlab 2016a edition ?
Hi all I am a Home user of Matlab 2016a , and I like the latest changes (LIVE documents are nice !)and i have up to date subs...

etwa 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


MATLAB Live editor valriables with indices
Dear all , is there any way to make rt have t as indices in this ? clear all syms rt r1 r2 r3 rt=r1+r2+r3 r1 , r2 ...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use MATLAB units ?
I need to use units in Matlab To use Matlab units i use Mupad like this: aux1 = evalin(symengine,'unit::convert(2.1*uni...

etwa 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


try to acces my renewal license give HTTP errors
Dear all When I try to renew some of my toolboxes I got all kinds of errors like bellow This error (HTTP 400 Bad Request)...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden