Community Profile

photo

Guodong Tao

Last seen: 1 day ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

All
  • Explorer
  • Solver
  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
MATLAB怎么使用低版本的runtime?
Please reference this page, https://ww2.mathworks.cn/products/compiler/matlab-runtime.html

6 years ago | 0

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

6 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

6 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago

Answered
Add-on Explorer shows a blank window
Hi Xiatong, Please first make sure this is not an issue caused by OS environment, you could try installation on another PC if...

6 years ago | 0

Answered
what does this mean?
Hello, You can right click Flowmaster interface block->Properties->Callbacks->OpenFcn, you will find this OpenFcn callback wi...

6 years ago | 0

Answered
How to add a variable load on my battery system
There is no built-in variable resistor for Simscape PowerSystems-Specialized Technology, you may refer to this example for how t...

6 years ago | 0

Answered
There is a wrong equation in the help files of simplified synchronous machine of simulink, right?
Actually they are the same, note that: d(delta_w(t)) = delta_w(t)*dt

6 years ago | 0

Answered
How to get the dynamic force of a body in the Simulink>Simscape>Mulitibody
Please refer to doc: <https://www.mathworks.com/help/releases/R2018a/physmod/sm/ref/springanddamperforce.html Spring and Damper ...

6 years ago | 0

| accepted

Answered
question about simpower :Invalid setting in 'IEEE_9bus/M1/Electrical model/Machine measurements/output formatting' for parameter 'Gain'.
From the error prompt, it directs to output formatting setting, you should attach a model for reproduction. It is hard to figure...

6 years ago | 0