First
|
Prev |
Next
|
Last
Pages: 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623
Finding values in scattered 3D data So here's the situatio: I have a set of 3d data, lets call it 'd', that is evenly distributed across each axis (in this case 0:.1:6), but i need to find a subset s.t. d=.75. And because i know the nature of the solution, i know the shape of the solution curve is a balloon-shaped surface. My code currently looks ... 26 May 2010 15:48
vectorisation of 3D Matrix operation Hello! I need to speed up the execution of the following simple code. Unfortunaty I don't have an idea how to do this with 3D Matixes. (normal matrix multiplication doesn't work) ===================== % size S = (n_spec,n_React) = (10,3) % Size r = (n_cell,n_React,n_spec) = (20,3,10) % a = skal... 28 May 2010 12:38
Removing NaN in order to take a mean "Kyla Bishop" <kbishop(a)uvic.ca> wrote in message <htjk99$1lh$1(a)fred.mathworks.com>... Hi, I am new-ish to Matlab, so, bear with me. I have an array with 6 rows and about 140 000 columns of wind data. The first 4 rows are just strings that tell me the year, month, date and hour and the final two rows are my actua... 26 May 2010 16:55
state space form of discrete transfer function Hello, I have a discrete transfer function for a controller 0.3778 (z-0.8824) C = ------------------------- (z-1) (z-0.9851) with sample time 0.001s. I want state space model (ie. matrices A,B,C,D) such that x(k+1) = A*x(k) + B*u(k) y(k) = C*x(k) + D*u(k) . MATLAB help says its same... 26 May 2010 14:41
contourf problem (bug?) in Matlab 7.6 I found a similar problem. In my case, contourf uses the last color to paint both the last and second to last values. So that the second to last color is not visible. Peter, did the matlab engineer get back to you with the solution? The version I am using is 7.7.0.471 (R2008b) The problem persists even if one us... 26 May 2010 13:34
Interface MatLab with Microscribe SDK I am seeking assistance for a customer who will be using their Microscribe to track movement and needs to capture the data in their MatLab application. They have the software development pack, and we are looking for someone who has integrated the Microscribe with this software. ... 26 May 2010 13:34
Edit Box question There is a subtle error in the gui example above. It was brought to my attention by someone who found this old thread and tried to implement the code. Since this might happen again, I am updating the code. I only hope that future readers read all the way to the last post! function [] = mygui() % If user ... 26 May 2010 13:34
Spatial vs. temporal data plot Dear all, I will be very short. I wonder how to reproduce the Figure 1.2 on page 5 in the following book: http://books.google.com/books?id=vyVo4fO_9bQC&lpg=PP1&dq=nonlinear%20dimension%20reduction&pg=PA5#v=onepage&q=nonlinear%20dimension%20reduction&f=false The very low figure (sine and triangle functions) makes ... 26 May 2010 16:55
using fuzzy toolbox inside stateflow simulink function Can I use fuzzy logic toolbox inside stateflow simulink function? I am using matlab 2008a version and when I tried this, it gave an error " Error evaluating Stateflow parameter data 'transient_fuzzy' (#44) in its parent workspace.", where 'transient_fuzzy' is the filename of the FIS matrix. ... 26 May 2010 12:27
error in compiling What does it mean???? mcc -B sgl deformation1 errorellipse To get started, select MATLAB Help or Demos from the Help menu. Warning: No matching builtin function available for C:\MATLAB7\toolbox\simulink\simulink\set_param.bi ... 26 May 2010 16:55 |