First
|
Prev |
Next
|
Last
Pages: 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
What does this mean??? I'm new to matlab and don't really have a clue what this could mean. Matlab returns the following error, but doesn't seem to choke on it. The program is running fine. I am using the CLA command to clear a bunch of axes which were defined earlier as an members of an array. Here's my code, followed by the error: g... 15 Jul 2010 13:10
Compiling MCR C++ dll with VS2010 Hello, I have the same problem too. I am using VS2010 with MATLAB 2008b. Here is the exact error message: c:\program files\matlab\r2008b\extern\include\matrix.h(346): error C2371: 'char16_t' : redefinition; different basic types c:\program files\microsoft visual studio 10.0\vc\include\yvals.h(576) : see de... 30 Jul 2010 06:24
meditor.exe Hello MATLAB World (sorry, first post here) Having a new problem with opening m-files with meditor.exe (i.e. - not in an active session of MATLAB). Opening any m-file, regardless of location, with meditor.exe starts meditor.exe (seen in Windows Task Manager) but does not display a window. This problem did not oc... 15 Jul 2010 09:51
Exporting compensator from sisotool to fdatool Dear All, For a personnal project (a small line-follower robot for my son), I am developing a speed regulation for a DC motor using a microcontroller and PWM. There is a quadrature encoder on the motor output. I have generated a file containing command/result values, and have succesfully done the identificat... 29 Jul 2010 16:17
Condition number...how large is too large? Hello, When is a condition number too large. From reading past posts, I found that one reader recommended, " "Large" is a word that here only has meaning in the context of your data and the numerical precision that you are working in. A "too large" condition number is usually considered to be roughly 1/eps." Quot... 15 Jul 2010 09:51
generate C code for a given filter Let's say I have the following filter: h = fdesign.lowpass('fp,fst,ap,ast', 0.45, 0.55, 1, 60); Hd = design(h, 'butter', 'FilterStructure', 'df1sos', 'MatchExactly', 'stopband'); set(Hd, 'Arithmetic', 'fixed', 'InputWordLength', 16, 'InputFracLength', 15, 'CoeffWordLength', 16, 'CoeffAutoScale', false, 'NumFracL... 28 Jul 2010 18:28
Topography plot I am trying to generate a topography plot of a surface. The surface consists of 4 squares where the elevation within each square is different. I want to visualize these elevations using a colormap. Any ideas??? ... 16 Jul 2010 05:33
Count how many times a value is present in a vector Hello, I have a rowvector with a length of app. 300 that is filled with integer values ranging from 1 to app. 13000. Therefore, most values (out of the range of 1 to 13000) will not be present in the vector, some values will be unique, but other values are present multiple times. I am not really interested in the va... 15 Jul 2010 09:51
unexplained calllib failure I am trying to use some fortran code from netlib in my matlab programs. Unfortunately, it does not work for some reason. Below is a small demonstration of such a behavior: testfun.f90: ------------------------------------------------------ subroutine testfun (n, v, x, y) integer, intent(in) :: n, v double... 15 Jul 2010 10:56
subpixel registration Hi all, I want to realize subpixel registration by phase correlation, but how can I get two known sub-pixel accuracy images, which also called ground truth? Thank you all! ... 15 Jul 2010 07:40 |