Answered
Self-Controlled Synchronous Motor Drive in MATLAB/Simulink
Hi, You can navigate to the block and check the values of variable either defined in the matlab workspace or can right click o...

3 years ago | 0

Answered
Merging the matched rows of two matrices/files
Hi, You can try to use ismembertol which gives or reports members within some tolerance. You can have a look at this link: ht...

3 years ago | 0

Answered
Hello All, wanted a help to find waiting time of a subsystem in simulink
Hi, You can use the Simulink accelerator profiler feature. For this you need to run series of steps 1) Activation of Profiler ...

3 years ago | 0

Answered
Second Order Differential Equation with Constant to Transfer Function
Hi, You can simply model the equation in simulink using block level design (integrator for integration purposes, gain block for...

3 years ago | 0

Answered
Mutual Impedence of two dipoles
Hi, Basically this graph gives the mutual impedance against spacing where as the spacing keeps increases that way impedance var...

3 years ago | 0

Answered
differential equation with two variable
Hi, You can solve the system of differential equations or can solve it in matrix form. This documentation will walk you throug...

3 years ago | 1

Answered
How to implement LSTM on Alter FPGA
Hi, 1)Yes, today most of the deep learning model can be implemented on FPGA provided you are able to generate synthesisable RTL...

3 years ago | 0

Answered
Empty keys error in using optimoptions
Hi, You can re run the installer and add "Global Optimization toolbox" in your installation procedure, as this solution resolve...

3 years ago | 1

| accepted

Answered
I'm working on memristor and i already make it, but i have a capacitor problem, how i connect it in parallel with this subsystem, since capacitor in a different library
Hi, That Capacitor block belongs to a different library (Simscape). If you want a capacitor that connects to that circuit, use...

3 years ago | 0

| accepted

Answered
How to resolve error message about 'cannot open source file XXX' in the 'static code metrics report'?
Hi, In this case you most likely need to add the folder containing “source files” in the ‘Include directories’, which is on the...

3 years ago | 0

Answered
How to scale up MatLab Toolbar in High-Res Ubuntu Environment?
Hi Flor, As per my understanding, I think you are typing in "setting" instead of "settings" due to which undefined function or ...

3 years ago | 0

Answered
Implementing External force in Simscape model
Hi, The input to the "External force to torque" block is [3*1] in size as it contains all the three components Fx, Fy, Fz in i...

3 years ago | 0

Answered
Can you save all the values of the UserData field of a data acquisition session?
Hi Melanie, Would it make sense to log the data and count it later? pre-calculate the zeros() and store them in a variable ins...

3 years ago | 0

Answered
How can I compare a lot of signals?
Hi, You may use root mean square error as that results errors at quite minute rate. For more info as to how to use it, you may...

3 years ago | 0

| accepted

Answered
Angle between two planes in simscape
Hi, Based on my understanding, you can make use of "Transform Sensor" which is is based on axis–angle representation of rotatio...

3 years ago | 0

| accepted

Answered
Reorient, reslice and save new reoriented 3D medical image data
Hi, You can download "readISQ" from following link : https://www.mathworks.com/matlabcentral/fileexchange/62066-readisq?s_tid=...

3 years ago | 0

Answered
addclock generates Error "Timeout expired before operation could be completed."
Hi, You can check if you have added wrong clock connection with wrong port. You can try running command terminals and use other...

3 years ago | 0

Answered
separating figure pixels base on colour differences
Hi, Based on my understanding, i think you can use frame to pixel block under Computer Vision toolbox. The input attached will ...

3 years ago | 0

Answered
Why does video slow down towards the end?
Hi, You can try either of the following or both of the following as both would result in preventing the lag or delay in the vid...

3 years ago | 0

Answered
Circular buffer &counter
Hi, Based on the information provided you can proceed like this: 1) Enter the array as input to matlab function ( Representin...

3 years ago | 0

Answered
How to write Code in Matlab function block in simulink?
Hi Ajinkya, From the equations it is clear that all of them are interlinked. You can get started by : a) Taking two integral...

3 years ago | 0

Answered
Errors Computing the Energy of fft
Hi, You can check this code. Worked fine for me. gt= (3.*triangularPulse((t-0.004)/0.002))-(6.*triangularPulse((t-0.002)/0.001...

3 years ago | 0

| accepted

Answered
'something unexpected occurred' when downloading simscape multibody
Hi, This is a known issue and it is resolved in 2020a release.Upgrading your MATLAB version to 2020a may resolve the issue. Ho...

3 years ago | 0

Answered
How to allocate frequency bands in Matlab
Hi, There are various transmission modes which can be followed which supports some frequency channels to large number of users....

3 years ago | 0

Answered
Getting error message "Unrecognized function or variable 'matlab.internal.addons.update.GetSupport PackageUpdates'" in a multiuser environment
Hi, This is related to cache issue as MATLAB caches files on search path. Refer below links for more details. https://www.mat...

3 years ago | 0

Answered
Simulation Data Inspector from Test Manager?
Hi, Based on your description, I think you created a test harness for a subsystem in your design model, and setup Simulation op...

3 years ago | 0

Answered
I am able to connect a mosfet and inductor( red wire )
Hi, Coupling physical signals to usual Simulink signals or other physical domains is a bit tricky sometimes. You can take a lo...

3 years ago | 0

Answered
Specify sample time of if block
Hi, For resolving sample time mismatch, you can use rate transition block to slow down or fasten up the sample time so as to br...

3 years ago | 0

Answered
power_switchinglosses Half-bridge IGBT with Loss Calculation Block in library
Hi, You can refer to this complete design available under this link with model, matlab scripts that are used to model switching...

3 years ago | 0

Answered
how to design a modular multi level converter with igbts
Hi, You can try out the model attached to get understanding on how modular multi level converter with IGBT works. You can refe...

3 years ago | 0

Load more