Lu gy - MATLAB Central
photo

Lu gy


Chongqing

Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Message

DY QI

Statistics

All
MATLAB AnswersCodyFrom 04/21 to 03/25Use left and right arrows to move selectionFrom 04/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
89,402
of 297,589

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,461

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
97,313
of 159,227

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers

Question


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 = -(...

4 years ago | 1 answer | 0

1

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4 years ago