Statistics
RANK
100.468
of 258.270
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 17.801
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
Content Feed
Question
degenerate mass distribution on its follower side.
I'm trying to simulate a 3 Link swimmer robot in fluid environment. The simulation is working fine for angle less than 45degree...
12 meses ago | 1 answer | 0
1
answerQuestion
can you simulate viscous surrouding in multibody simulation?
I want to simulatie a robot (fish robot) in viscouse surroudings. I understand how solids interact in simulink multibody. But ca...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
I want to store the data of MSE vs epoch obtained during training of the neural network. By using "plotperform(TR)" we are able to get the MSE vs epoch graph but not the data itself. How to store this MSE vs epoch data in array variable?
how to obtain MSE vs Epoch data of training the neural network in MATLAB? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc;clear al...
más de 3 años ago | 1 answer | 0
1
answerQuestion
what is the significance of placing block in simulink.
what is the significance of placing block in simulink. if I perform say operation A and operation B. case(i) if i put my A blo...
más de 6 años ago | 0 answers | 0
0
answersQuestion
can anyone tell me the .mdl extension and how does it differ from .slx
can anyone tell me the .mdl extension and how does it differ from .slx
más de 6 años ago | 1 answer | 0
1
answerSolved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 6 años ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 6 años 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 ...
más de 6 años 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...
más de 6 años 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:...
más de 6 años ago
Question
how can I display values of variables which changes wrt time in figure.
I'm using pause cmd to display dyanamics in figure... but i'm unable to display values of variables which i'm plotting.. cod...
alrededor de 7 años ago | 1 answer | 0