Statistics
RANK
3.133
of 295.527
REPUTATION
18
CONTRIBUTIONS
1 Question
8 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
5
RANK
of 20.242
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
Hello everyone, I have a problem in simulink
Hey, I have ran your script. The output is 0 and that's was shown in the scope. You defined the output "a" as always 0. Th...
meer dan 7 jaar ago | 0
| accepted
Simulink model with inport-outport from .m file with sim()
Hey, Did you define the simulation outputs? https://www.mathworks.com/help/simulink/slref/sim.html#outputarg_simOut ...
meer dan 7 jaar ago | 0
How to write an overline notation in ylabel
Are you familiar with the interpreter and text functions? https://www.mathworks.com/help/matlab/ref/text-properties.html L...
meer dan 7 jaar ago | 0
| accepted
track position using a feedback
Hey, It's a bit hard without a code example. In general once you have managed to complete the velocity loop and control it as...
meer dan 7 jaar ago | 0
Plotting Timetable in matlab
Controlling axes limits can be done in multiple ways. Simplest way for controlling y axis is the ylim command https://www.math...
meer dan 7 jaar ago | 0
Solved
Reverse the Words (not letters) of a String
*Description* Change the words of a string such that the words appear in reverse order. You may assume that the string is a n...
meer dan 7 jaar ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
meer dan 7 jaar ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
meer dan 7 jaar 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 ...
meer dan 7 jaar 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...
meer dan 7 jaar 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:...
meer dan 7 jaar ago
why I get "complex number" for the common calculation?
Most probably (rt1./rft1) is negative and the log output of a negative number is imaginary...
bijna 8 jaar ago | 1
cant get my function to give two outputs
amm.. I am guessing you are running the function from the Command window? try calling the function instead of: multi(a,b)...
bijna 8 jaar ago | 4
How to plot Bode diagram from input and output data
Hey, I have attempted what you've suggested to get the Bode plot right. Something' doesn't seems right with my bode plot. An...
bijna 8 jaar ago | 0
Question
Removing windows from Tab order GUI
Hey, I have got a GUI with quite a lot of figures/ buttons etc. So when the users presses the Tab key it switches between all t...
bijna 8 jaar ago | 0 answers | 0