| Thread | Last Post | Replies |
|
| Contour vs contourf (when NaN's present) | 28 Jul 2008 15:56 GMT | 3 |
Contour and contourf appear to produce slightly different contour boundaries next to NaN 'holes'. The ones drawn by contour terminate short of those drawn by contourf. This wouldn't be a particularly noticeable problems were it not
|
| Changing S-function arguments from GUI | 28 Jul 2008 15:56 GMT | 3 |
I have a simulink model and i want to implement an s- function to model the changing area of two overlapping circles. i would like the user to specify the radius of the circles from a GUI. what do i need to code in my GUI m-
|
| Vectorizing a looped Structure... Question | 28 Jul 2008 15:49 GMT | 1 |
Hi everyone; I'm working on vectorizing code and I'm stumped by a structure. Here's the original scenario: function [sub_lat,sub_long,sub_dataU,sub_dataV] =
|
| Integrating compiled m-file with compiled simulink (RTW?) model | 28 Jul 2008 15:37 GMT | 6 |
I have a series of Matlab GUIs with different functionalities (database, visualisation, excel data transfer). All of these compile straightforwardly with the Matlab Compiler 4.3.
|
| Reading multiple files | 28 Jul 2008 15:15 GMT | 2 |
I read each file into my program by creating a text file with all the file names (upwards of 700 files). I read each line of the text file with fgetl() command and was wondering if there was a different, more efficient way to
|
| GUI - load problem in edit box | 28 Jul 2008 14:55 GMT | 2 |
I have an gui with some edit-boxes. After starting the calculations via a pushbutton I save the input of the edit boxes. So when I start the gui next time I load the mat.file and
|
| plot small unit? | 28 Jul 2008 14:38 GMT | 3 |
Is is possible to use something smaller than '.' when plotting: plot(x,y, '.k') Or is it possible to adjust the size of the marker?
|
| Volume control | 28 Jul 2008 14:17 GMT | 1 |
Is there a possibility to set the system volume of WinXP SP2 to a predefined value? I would like to set the volume at start of Matlab. Thanks.
|
| Class. OOP | 28 Jul 2008 14:06 GMT | 1 |
I defined two classes in Matlab: Asset and AssetData Asset is as follows: classdef Asset properties
|
| Suggestion for training for small dataset | 28 Jul 2008 13:53 GMT | 2 |
Greetings of the day! I am new to ANN and matlab and as a project of M Tech I want to make a crop yield forcasting system using Matlan 7.0. The size of the train data is very small( I am using 19 years yearly
|
| Defining the variable name for the "To Workspace" block in the mask window | 28 Jul 2008 13:52 GMT | 2 |
I have a masked subsystem and it has a "To Workspace" block in it. To write the simulation result I have to give a variable name in the "To Workspace" block's Variable name: field.
|
| how compile to exe helllllp me???? | 28 Jul 2008 12:59 GMT | 1 |
I Have a gui file this gui connection with simulink , the simulink is power circuit I put prameters , I take result and I run the simulink from the gui I need to compile the gui to exe file ,I know how to
|
| saving multiple figures into a single file | 28 Jul 2008 12:54 GMT | 2 |
Could someone give me a hint on either of two related questions: 1) (prefered one): how I can save 10 figures into a single file? I am using a do-loop to generate the figures and
|
| Spherical to cartesian conversion | 28 Jul 2008 11:13 GMT | 3 |
Hai, I want to convert spherical coordinates to spherical coordinates, in my case spherical coordinates consists of Azimuth, Elevation and Range parameters and the true north
|
| turn on/off visibilirty of edit box | 28 Jul 2008 10:55 GMT | 3 |
HI i get the following error messages whne i try to turn of the edit tag'et freq_low. If i have entered a value into to it. how can i get matlab to discard that the edit bow
|