Beantwortet How rotate a cylinder?
Lorenzo -- If all you need is to have the center of the cylinder located at the origin of the coordinate system, then what you n...
Beantwortet How to use bar() to plot
I suspect the arguments to your plot() functions are reversed, When you type plot(a,b), Matlab puts 'a' on the x-axis ahd 'b' o...
mehr als 5 Jahre vor | 0
| akzeptiert
Beantwortet Matlab question, very stuck
Your program seems to be a little uncertain about whether v is a number or a vector, and it also doesn't assign the values corre...
Beantwortet Plotting square wave in matlab
Yes, the function square(x) returns a unique value, either +1 or -1, for each vallue of x. There is no value of x for which it ...
mehr als 5 Jahre vor | 1
Beantwortet How to do integral for data
I have two comments:
A more correct statement about the integral is that the integral of sin(x) is equal to C-cos(x), where C i...