First
|
Prev |
Next
|
Last
Pages: 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
Plotting Different sizes matrixes in the same graph Hello, I am a master student and I would like a little bit of help! I need to plot 10 different matrixes in one plot but apparently they are of different size! I searched on the net and nothing came up as to how to do it! Is there a way??? THankssssss ... 15 Jul 2010 13:10
Changing the view on just one object in a plot Hi all, I have two objects plotted on the same figure (at the same origin) and I just want to either 1) change the view perspective of one object while keeping the view perspective on the other constant, or 2) rotate one object while keeping the other constant. Also, I do NOT want to use subplot to do this. I ha... 15 Jul 2010 13:10
Image Creation Hi all, Some help with a beginner problem please and thak you? I have three 1-D arrays, X, Y, Z which are basically x and y positions in space, and the z array is the height. I can plot these using plot3, but I'm looking to make an image, i.e. some sort of color scale from the Z data. Does anyone know how I might g... 15 Jul 2010 14:17
Report Generator Book Hello, There are two pieces to the report generation: 1. Accessing the data in your MATLAB code or Simulink models and transform it into DocBook XML. http://docbook.org/ This is automatically taken care by the components that ship with the product. To generate a DocBook XML from a demo that ships, try t... 15 Jul 2010 12:03
3d inverse Hi, I am trying to optimize an equation in which I have a 3d matrix A of size 64^3x15x7 which I wish to multiply by an unknown matrix B of size 1x15x7 (I think), to equal a target matrix T of size 64^3x1. I tried using the following but it couldn't take the inverse of A: B=inv(A)*T I also tried using least sq... 15 Jul 2010 17:37
Report Generator Batch Hi Joel, This should work either ways regardless of whether you are reporting on MATLAB code or Simulink models. If you have the RPT file, use the following command which can be put inside a loop where the name of the RPT file is a string that changes inside: report('name_of_your_rpt_file', '-fpdf', '-quiet') ... 15 Jul 2010 12:03
strange problems with calllib() I have a problem with shared libraries created from Fortran subroutines. Below is a simple example: testfun.f90: -------------------------------------------------------------- subroutine testfun (n, v, x, y) integer, intent(in) :: n double precision, intent(in) :: x(n), v double precision, intent(out... 15 Jul 2010 12:03
Frame timing Hello All, I am simulating LTE uplink. I have some questions regarding timing. How to specify a specific time duration for a frame, slot, or even a symbol? i.e. How to set my whole frame duration to 20 msec and the slot duration to 0.5 msec and so on? Thanks in Advance. A M ... 15 Jul 2010 12:03
curvature and radius of curvature of a plane curve Hi Roger, Thank you. I found your short sample code and explanation very useful. With your permission, I would like to use it in an open-source (GPL) analysis tool I am writing. I would acknowledge you and reference this posting. I can't seem to contact you via email directly. Please let me know how best to reach you.... 15 Jul 2010 16:30
Importing data from MS Accell into matlab Is there a way to import data from MS Accell into MATLAB without having a database toolbox? My version of Matlab does not have the database toolbox, is this something I must purchase or can I just download it? ... 15 Jul 2010 10:56 |