First
|
Prev |
Next
|
Last
Pages: 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400
Linear Span Hello, Assume that I have a subspace like: span{1 5 10 0 6 11 1 7 12} In Matlab, how can I check if a given vector is in the subspace or not? Like v=[1;2;3] Thanks ... 18 Jan 2010 19:54
jcombobox is called twice instead of once! hi I'm using a jcombobox in the toolbar to enter new strings, each one identifying a group of settings for the GUI uicontrols. The purpose of this jcombobox is that the user can select a specific string and this will update a bunch of uicontrols in the GUI. The user can also modify the name of a selected string or en... 18 Jan 2010 17:40
Using quad and unknown constants Hi, I'm trying to create a function m-file that will compute the work required to pump all the water out and up to a point which is distance a above the top of a point-down conical tank with radius r and height h. The function takes r, h, and a as it's three arguments. I'm using quad for the integral. I need to use... 18 Jan 2010 18:47
a simple pde question, please don't ignore Hi all I have just started with pdepe, looks not bad ,however i don't see any results in the workspace area, it does plotting but couldn't find the results Where can i find them? or do i need to add any command to store them? Regards Ib ... 9 Feb 2010 16:16
varargout{1:nargout} Praetorian <ashish.sadanandan(a)gmail.com> wrote in message <48c9fecc-e565-4f1d-9277-cd03bff66c51(a)l19g2000yqb.googlegroups.com>... On Jan 18, 10:08 am, Praetorian <ashish.sadanan...(a)gmail.com> wrote: On Jan 18, 9:27 am, "George Coles" <geo...(a)quantitative.com> wrote: Loren Shure <loren.sh...... 19 Jan 2010 11:14
Different p-code on Runtime Server? This post is about a problem with deploying a Matlab program to a different platform/architecture which only has a runtime version of Matlab installed. My Matlab program was developed on a Windows platform, let's call it myprog.m. Now I want to run the program on a Sun Solaris Sparc server that has what I think is a... 19 Jan 2010 10:08
Doblu-click on a cell in uitable? Hi, I want to start an action in a GUI by double-clicking on a cell in a table (created by uitable). I can capture the selection through the CallSelectionCallback function but I can not capture the double-clicking. Usually after a double click the SelectionType property of the figure changes to Open but in this cas... 11 Feb 2010 13:55
UDP blocks in xPC Target not appearing to pass data Hi! I am trying to get a simple 2-Simulink-model using xPC Target system set up, which uses a pair of UDP Send and Receive blocks. I am simply trying to pass a sine wave that I generate in my Host model, to the Target model using UDP Send and Receive blocks, and display it on the Target model’s scope. I believe t... 2 Feb 2010 15:26
Change the variable used for each loop? Hi guys,I have some lines of code inside a for loop. Say for example I have, for i = 1:10 y = x1_1 + x2_1; end What I really want is for when i = 1 to use the variable called x1_1, when i = 2 use x1_2, when i = 3 use x1_3 ect. (Similarly for x2_1) Is it possible to call the variable x1_i or use a command... 18 Jan 2010 14:16
apriori algorithm Dear Friends I need to implement apriori algorithm in Matlab. For this purpose, I using 5 attrubutes such as A B C D E T1 1 0 1 0 0 T2 1 1 1 0 1 T3 0 1 0 1 1 T4 1 1 1 0 1 T5 1 1 1 1 1 T6... 18 Jan 2010 13:08 |