Hello everybody, I just installed Matlab 2015a (academic license) and found the simulink library browser empty, besides the recently used blocks entry (which is empty). System i…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hello everybody, I just installed Matlab 2015a (academic license) and found the simulink library browser empty, besides the recently used blocks entry (which is empty). System i…
In the source code of simscape component Pipe (G), line 237-241 % Change in flow velocity delta_vel_AI = (1/rho_I - 1/rho_AI)*mdot_A/area; delta_vel_BI = (1/rho_I - 1/rho_BI)…
Hello I have used reinforcement learning to train a TD3 agent. Now I want to use this agent and actually deploy it as a controller in a simulink model, then possibly on an embed…
Hi everyone, I have a serious problem, which I cannot solve myself. Task: I want to convert a SPICE subcircuit to a Simscape component using the matlab syntax "subcircuit2ssc(fi…
In Model Explorer I have an option to search for library links in my model. I would like to know how I can achieve the same using the command line tools. …
I am new to microcontrollers. I want to create sinus wave and read it with oscilloscope by using F28379D but I couldn't manage to do that. Which blocks should I use to do that? …
I use the deep learning library predict block for RL agent in simulink, while the error indicates Invalid setting for input port dimensions due to the total number of input and out…
Hello, I use a Matlab Function block as state machine in my Simulink module. Everything works, except the RTL Code generation in the HDL Workflow Advisor. At this point I get th…
I have my data dictionary build and running for my model. But all of my signals are set automatically to sotrage class to ExportedGlobal. Does anyone know how to change the Storage…
I would like to annotate my model by highlighting parts with different colored boxes. …