First
|
Prev |
Next
|
Last
Pages: 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
Problem with third-level-choosers Thanks for the reply, Walter! I tried what was described in the post you linked. Unfortunately without success. If relevant, I get a warning in the Command Window when Matlab starts: "Warning: X does not support locale nb_NO.utf8" ... 30 Jul 2010 18:33
Redefine 0/0 "Nils Tobias " <nils.kraemer(a)uni-ulm.de> wrote in message <i2ubbm$olu$1(a)fred.mathworks.com>... Thanks Stefan, I thought there might be way to redefine this property. Anyway in my case it somehow makes sense because I could define my equation also without the division... which I probably should do. But... 30 Jul 2010 10:46
Load Listbox from Array Hello all, I created a gui with guide. A listbox in the main figure was set by typing the list in the STRING edit in Property Inspector, but the list may be upgraded from time to time. So I'm attempting to load the listbox from an array created with xlsread. In [num, txt]=xlsread() the txt is a cell array, but it ... 31 Jul 2010 02:09
PCA problem and Memory error Hello, I have a matrix, size of 160x162x10. I want to reduce its dimension. I used codes below: samp_pca=reshape(samp,[160*162 10])'; [COEFF,SCORE] = princomp(samp_pca); But it produces "Out of Memory" error on MatLab 2010a. I increased the physical memory of Windows 7. But nothing changed. Is my approach to... 30 Jul 2010 12:58
Line segment intersection? Hi all, I have a lot of line segments and I want to see if a specific line collides with another line segment within a certain radius. Here's an example: close all; clear; % % Generate the lines Lines = [0.4214,0.9079, 0.2558, 0.3329 0.5135, 0.8358, 0.6790, 0.5828 0.0861, 0.3706, 0.5698, 0... 31 Jul 2010 05:21
frame based input of RC digital low pas filter hello I want to model a simple RC filter, with a specified time constant RC. I write the transfer function i s domain, then I transform in digital domain. If I put a sample based constant as input, the result show the correct time constant RC, but if I put a frame based constant as input the time constant I see ... 30 Jul 2010 10:46
External functions fail when running standalone compilation Hi All, I'm trying to compile my Matlab m-file into an executable. After struggling with dll- inclusions it now works and the application starts-up. However, calling the functions in the dll doesn't work. When calling these, the return value of these dll-functions is always 'error' (but it give no addition inform... 2 Aug 2010 05:58
Help with Bootstrapping Function My question concerns the output of the bootstrp function. The bootstrap function is as follows: BOOTSTAT = BOOTSTRP(NBOOT,BOOTFUN,D1,...) If BOOTFUN has more than one output (i.e. [P,S] = POLYFIT(X,Y,N)) how to do I get BOOTSTAT to display all of the outputs (i.e. BOOTSTAT = [P,S])? Thanks, Nate ... 30 Jul 2010 14:04
function fzero Hi, I'm trying to use the function fzero but it doesn't work. More specifically, I have a external function called ZCC that evaluates two options to create a zero cost collar. Basically, the output is the cost of the strategy and all my inputs are fixed except one of them which is a strike price of one of the two... 30 Jul 2010 09:40
Keyboard error using Matlab with Linux Hi. I am not able to type the important characters '[' and ']' using Matlab on my Ubuntu Desktop. It seems like the keyboard button 'Alt Gr' gives no response. My keyboard works fine with other software. My system is Matlab R2010a Ubuntu 10.04 Kernel 2.6.32-22 Gnome 2.30.0 Thanks for help. This is a very ... 30 Jul 2010 18:33 |