Feeds
提问
How to use CLA in simulink?
Hello everyone, I am trying to use cla to generate code in Simulink, I can't find the "Code Generation" tab of the Block Parame...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to I know this file? It is a .p file.
Hi When I am learning the code of the motor control module I cannot see the code of this file, how should I learn this fun...
3 years 前 | 2 个回答 | 0
2
个回答提问
how to solve this equation?
clc clear syms Th1 Th2 Th3 Th4 Rs Ld Lq kexi Ts eq1 = (-Ts*Rs + 2*Lq)/(Ts*Rs + 2*Lq); eq2 = (Ts)/(Ts*Rs + 2*Lq); eq3 = -(...
3 years 前 | 1 个回答 | 0
1
个回答已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
3 years 前