Statistics
RANK
10,052
of 295,569
REPUTATION
4
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
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
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
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
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
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
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...
7 years ago | 0