답변 있음
Three Phase Power Converter Simulink Model for Losses calculation
Khawaja, Have you proceed on your topic, can you share your pprogress? btw link provided by Suman does not work anymore " D...

11개월 전 | 0

질문


Initial condition from external source for discrete integration diuring runtime
I have a discrite integration with simulink and externaly added the condition: when changing the value of external source...

11개월 전 | 답변 수: 1 | 0

1

답변

질문


Params chnage of simulink simulation params in runtime
Hello all, As of now I use: Can be simulinks blocks udes all listed including during simulation? So I see what blockks are...

11개월 전 | 답변 수: 1 | 3

1

답변

질문


Use of symbolix toolbox to derive PI controller Kp,Ki
I'd like try to use Symbolic toolbox to derive closed loop transfer function of control system: to help design PI control...

11개월 전 | 답변 수: 1 | 0

1

답변

질문


Can't activate/change the Matlab editor fonts
I'd need to change the Matlab editor fonts, but I can't see the Fonts installed in my WinOS - in my case I'd like to use Fir...

11개월 전 | 답변 수: 1 | 0

1

답변

질문


possibility to create "Enbaled" subsystem
Hello all, I need to create the subsystem which needs to be optionally Enable/Disabled before simulation starts but there si ...

11개월 전 | 답변 수: 2 | 0

2

답변

답변 있음
Edit Code Initialization under Mask editor
Hello, I did as you suggested. The code editor is not grayed but still disabled, not accessible and not possible to edit. ...

12개월 전 | 0

| 수락됨

질문


Edit Code Initialization under Mask editor
I am creating the mask for my simulink block and I need to add the Initiallization code to it. Unfortumatelly I can't edit (add)...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


To see workspace table data from lookupTableEditor
I have a Table data available in Worksapce and I can launch the lookupTableEditor from command lin but how can I see the table d...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Power measurement (electric motor)
I have a three phase motor model simulation within Simulink (equation-based) and no Simscape is used. I need to measure the powe...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


C Caller with Multidimensional Signals in Simulink
How to deal with multidimensional data inputing the C caller function? How the argument of the C-function looks like where inu...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


Simulink C-caller with persistent fcn
I'd like to have a short fcn in Simulink called by C-caller if (state>0) { state = -1; y = 0.1; } els...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


SimScape source for angular postion
I want to position the motor in incremental steps using an external mechanical source, so I am looking for a block that is a sou...

대략 1년 전 | 답변 수: 2 | 0

2

답변

Discussion


Motor Drive monitoring and predictive maintenance
I am considering to use ThingSpeak for my use case which is electric motor drive where I want to do a predictive maintanace for....

거의 2년 전 | 0

질문


Calculate SNR from sampled real signal
I'd like to calculate the SNR from real sampled signal, how to do that in Matlab?

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Programmatically connect SimScape blocks
I am connecting simscape blocks programatically. add_block('fl_lib/Electrical/Electrical Elements/Resistor','mymodel/Res1'); s...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


nVidia GPU image processing suppo
I'd like to advise how to levarge the nVidia GPU for image processing under Matlab/Simulink? Are there any examples on basic ima...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to use the DATA Inspector with SimScape model
I'd like to use data inspector with SimScape model. How to assing (highlight) signal to be displayed in Data Inspector - "Log SI...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


Skew wiring with SimScape
Hello guys, is it possible to have a skew wiring between electrical components in SimScape graphical model?

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


read pbin file to Matlab
Dears, how to Is there any example how to read "pbin" file into Matlab workspave? Thank you.

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Reseting and refresing figure with tiledlayout/nexttitle
I am trying to plot and refresh the figure which I created with "tiledlayout" function out = mtrx_surf(Z3) persistent srf if ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How do I update a GUI designed in App Designer with data from a running Simulink model?
I'd like to access DATA from Simulink model which are Matrix format and disply them How can I access the "MATRIX" and...

대략 3년 전 | 0

질문


Read/write Simulink model from within AppDesigner
I have a simple Simulink model (application) and I want to use the MATALB App Designer to control simulation, access runtime dat...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to use the window function (hamming) in Simulink
Can I find more examples on "Windowing function block" from DSP system toolbox to compute and apply window to input signal and n...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


Create surf (3D plot) with axis limitation from 2D matrix - animated
I am trying to create "mesh" (surf) out of 2D matrix which is changing by time on its values x = 1:30; y = x; Z = [ 1 1 1; ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Creating Animated 3D by Simulink
I'd like to use Simulink 3D Animation to create animated surface (much simpler) I am trying to use "VR Sink" from the Simu...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to create the 3D mesh plot in Simulink
I am having simple m-code .. [X,Y] = meshgrid(-8:.5:8); R = sqrt(X.^2 + Y.^2) + eps; Z = sin(R)./R; figure(1) mesh(Z) ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


how to claculate fft with window function?
I saw several code implementation fft with window fcn. size(window) ans = 1 44100 size(z) ans = 1 44100 % ca...

대략 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to display heatmap in Simulink
Somehow I got working .. :)

대략 3년 전 | 0

질문


How to display heatmap in Simulink
I am about to use the Matlab function 'heatmap' to display data in Simulink simulation. I am using Matlab function to that ... ...

대략 3년 전 | 답변 수: 2 | 0

2

답변

더 보기