First
|
Prev |
Next
|
Last
Pages: 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431
changing color of image and save the new image Hi, I have a problem with saving images. I want to change the color of images to jet and then save the colored images to a new file. With the following script I got the problem, that all new files are empty, guess it is a problem with "imwrite". Thanks for any help! mkdir(image_name,'image_color') for k = 1 : n... 23 Jun 2010 10:36
Correct use of fftshift and ifftshift at inpu tto fft and ifft I've seen discussion here of the correct use of MATLAB's fftshift() function. I'd like to verify my interpretation, and to ask what are the effects when people do not use it correctly. Basically, MATLAB implements an fft (as do other sets of functions) whose results AND inputs are ordered (for an array of N eleme... 23 Jun 2010 13:57
Simulating a non-linear system with embedded matlab function in simulink Hello together, i'm trying to simulate a non-linear model consisting of three differential equations in simulink. I'm using a very simple structure with step-block, embedded-Matlab-function, integrator and Scope. This simulation returns the following error: Embedded MATLAB Interface Error: Call to MATLAB ... 23 Jun 2010 06:13
remove or modify xmlwrite encoding attribute Hi, When using xmlwrite, the genreated file is : <?xml version="1.0" encoding="utf-8"?> but I want : <?xml version="1.0"> Does someone know how to proceed ? Many thanks, S. ... 23 Jun 2010 05:08
Aerosim Blockset Hello, I am new in the Mathworks family and I hope you can help me with this problem: I want to use the Aerosim blockset library for a project, but the link from uDynamics is dead and I haven't found any other source for the library. Does anybody know a working link where downloading the library is possible? I alread... 23 Jun 2010 05:08
recursion hi... I have written a script in matlab which will call a function recursively till a condition becomes false.but i donot know why the matrix multiplication of simple matrix containing floating point elements is returning me value in exponentials resulting in the indefinite recursion.actual the element should be in ne... 23 Jun 2010 05:08
Generating code with precompiler constructs using RTW Embedded coder Is it possible to generate code with predefined precompiler condition using RTW E-coder? Here my example which i am looking for in generated code file : foo.c #include my_identifier.h function myFunc() { ........ #ifdef identifier .............................................. .............................. 16 Jul 2010 06:38
Matlab Embedded function Hello, I'd like an information about using the "Embedded Matlab Function" on Simulink. http://img229.imageshack.us/f/schmasimulink.jpg/ Citation: function [out1, out2] = p(in1, in2, in3, in4, t) if in1 && in2 && in4 %reference>0 & carrier>0 & ref=carrier tc1=t; % t is actually is the clock, when conditi... 23 Jun 2010 05:08
Matlab Embedded function Hello, I'd like an information about using the "Embedded Matlab Function" on Simulink. http://img229.imageshack.us/f/schmasimulink.jpg/ Citation: function [out1, out2] = p(in1, in2, in3, in4, t) if in1 && in2 && in4 %reference>0 & carrier>0 & ref=carrier tc1=t; % t is actually is the clock, when conditi... 23 Jun 2010 05:08
PortWatcher via MATLAB?? Hi, I know many programs which are monitoring the serial port of a pc (SerialWatcher, PortWatcher, ...). Is this also possible with matlab? I don't want to get a own connection to send/read data, I just want to see what other programs do while they are connected to the serial port. Would be of great help, thank... 30 Jun 2010 06:29 |