First
|
Prev |
Next
|
Last
Pages: 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
Refresh Simulink library browser Thanks Nevine for your reply. That's exactly what I was looking for. Cheers Ann "Nevine" <nevinejacob1981(a)hotmail.com> wrote in message <i2pr1g$1de$1(a)fred.mathworks.com>... Is there a way to programmatically refresh the simulink library browser. If there is a command to do the same function as "Refresh Tree... 28 Jul 2010 15:09
Using Apache CXF in from MATLAB The function createClassFromWsdl in MATLAB has some significant limitations, like not supporting attributes. It seems to me that the ability of Apache CXF to generate dynamic clients could be a way to access a wider variety of SOAP endpoints in a relatively user-friendly way. Simply adding the appropriate JAR files to ... 28 Jul 2010 15:09
Interpolation search Hello! I am looking for a bit of help. I need to find the fastest algorithm to search a sorted list of numbers so I can calculate a linear interpolation. So far I have been using a binary search which finds the two values that bracket the number desired. Essentially I have a series of x and y values describing a ar... 29 Jul 2010 02:05
Refresh Simulink library browser > Is there a way to programmatically refresh the simulink library browser. If there is a command to do the same function as "Refresh Tree View" as in the Simulink >> View menu, that would be perfect. If you are using R2008a or later, you can do the following: libBrow = LibraryBrowser.StandaloneBrowser; libBrow.r... 28 Jul 2010 14:03
Refresh Simulink library browser Is there a way to programmatically refresh the simulink library browser. If there is a command to do the same function as "Refresh Tree View" as in the Simulink >> View menu, that would be perfect. Thanks Ann ... 28 Jul 2010 14:03
Refresh Simulink library browser Is there a way to programmatically refresh the simulink library browser. If there is a command to do the same function as "Refresh Tree View" as in the Simulink >> View menu, that would be perfect. Thanks Ann ... 28 Jul 2010 14:03
change the suffix of a file from MATLAB On Jul 28, 7:31 pm, janas21 <jana...(a)gmail.com> wrote: Dear All, I am doing a programming in MATLAB trying to model a movement. I can get my experimental data with a suffix *.out. Do you know any way to change this suffix in the suffix*.inp ? Is there any possibility? to do so? I used f... 29 Jul 2010 05:19
Use Blockproc to do something other than give me a manipulated image I am working with very large image in matlab so they can't be completely loaded into the working memory of matlab. I started messing around with blockproc but have found that it is very limited in its use since it calls an anonymous function and only returns an image to the workspace. The following code, for exampl... 28 Jul 2010 16:15
Field Oriented Control of PMSM I am trying to implement speed control of 3-phase Permanent Magnet Synchronous Machine using field oriented control. Does anyone have a reference on how to get the gains of PI current controller for Iq, Id and PI speed controller (bode plot, root locus, second order system equations etc). Thanks ... 28 Jul 2010 14:03
change the suffix of a file from MATLAB Dear All, I am doing a programming in MATLAB trying to model a movement. I can get my experimental data with a suffix *.out. Do you know any way to change this suffix in the suffix*.inp ? Is there any possibility? to do so? I used fscanf to read the data of the first file and then with fopen i create a ... 28 Jul 2010 14:03 |