Community Profile

photo

ScottB


University of Southern California

Last seen: Today Con actividad desde 2012

Followers: 0   Following: 0

Contacto

Estadísticas

  • 3 Month Streak
  • First Review
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
description of highlighted code
The first line of the highlighted code means the element of matrix dxdt in row 1 column 1 is equal to the second element of the ...

alrededor de 2 horas hace | 0

Respondida
how to read and write a gray AVI video file in 16 bit
The command VideoWriter has an attribute called "VideoBitsPerPixel" which is the number of bits per pixel in each output frame.

3 meses hace | 0

Respondida
Saving a Script from another script
You can write or modify a script from script. I've done it using fopen, fprint, and fclose commands. The example in the docume...

4 meses hace | 0

Respondida
Why do my legs fall through the ground?
"determined the upper surface of the Earth" The actual terrain height at a point on the Earth is the WGS-84 ellipsoid plus th...

5 meses hace | 0

Respondida
I was calculated using the Simpson 1/3 rule numerical method, why my running results doesn't appear in the command window?
A semi-colon at the end of a line suppresses display of the result.

5 meses hace | 0

Respondida
what this equation means 4*L/(2*i-1)?
Yes, Matlab sees "i" as complex. Maybe pick another variable if you are just using scalars.

5 meses hace | 1

| aceptada

Respondida
MATLAB is selecting SOFTWARE OPENGL rendering when open matlab as user
You can start Matlab in Linux without OpenGL using: matlab -nosoftwareopengl

6 meses hace | 0

Respondida
Matlab is not running "MATLAB is selecting SOFTWARE OPENGL rendering"
You can start Matlab in Linux without OpenGL using: matlab -nosoftwareopengl

6 meses hace | 0

Respondida
Start New Matlab Window From Command Line.
Adrian, Take a look at the "system" command: system('matlab')

casi 12 años hace | 1

| aceptada

Respondida
chop a 1-D vector
z = rand(1000,1); a = size(z) z(1:2) = []; b = size(z)

casi 12 años hace | 0

Respondida
legend on subplot
Each subplot is a unique axis. The legend command lets you specify the axis where the legend will be created: "LEGEND(AX,...)...

alrededor de 12 años hace | 0