| Thread | Last Post | Replies |
|
| Help for matrix operation in Simulink | 25 Jul 2008 00:29 GMT | 3 |
I write Matlab code for some time. Now I find it is difficult to write similar thing in simulink. This is an example. I have a matrix: Cn =
|
| GA and use of BitString | 25 Jul 2008 00:09 GMT | 2 |
I am using GA for a certain problem. In this problem, my variables are integer numbers e.g. between 1 & 99. My difficulty is in setting upper bound on the variables. To start with I have set the population type to ‘BitString’,
|
| How to read a text to Cell ? | 24 Jul 2008 23:09 GMT | 3 |
hi, eveyone, I got a problem transfering a txt file to cell array, the problem as following ----------------------------------------------- mask.txt
|
| slice function | 24 Jul 2008 22:46 GMT | 5 |
I'm trying to display 1 slice from a 3D array that's 512x512x3 using the slice function. The 3D array is called CTdatasetin2. The values range from 0 - 8 but I only want to display in the range 0 - 1. However, no matter what
|
| Execution time | 24 Jul 2008 22:25 GMT | 1 |
I have written a program to track communication between different nodes. My model has got 9 nodes, one node is transmitter while 8 other are receivers. The simulation runs for 300 seconds and calculates loss every 20th second for
|
| Help please | 24 Jul 2008 22:14 GMT | 3 |
I am trying to graph multiple plots on the same graph. I was wondering how you go about doing that. I tried using the hold command but keeps on giving me weird results. Also I wondering how you use factorial in matlab.
|
| Use of copyfile | 24 Jul 2008 22:05 GMT | 1 |
I have a set of spectra files in a subdirectory. I also have a cell structure containing the ascii file names of each of a subset of the files. I want to use file copyfiles to move the subset to a new subdirectory.
|
| unable to delete file | 24 Jul 2008 22:01 GMT | 3 |
Hello. I am creating and writing to a text file using fopen followed by fprintf. Now when I want to use the command delete filename.txt I get the following message:
|
| Add All Workspace Variables to Structure | 24 Jul 2008 21:58 GMT | 6 |
Is there a simple way to add all the variables currently in the workspace to a single structure? I'd prefer to have the name identifiers in the structure to be the same as the variable names in the workspace. I know that whos will return a structure containing information on the ...
|
| an alarming problem in a trivial situation | 24 Jul 2008 21:51 GMT | 1 |
i made the following very simple model: --> fcn(u+2) ---> scope |--------------| and fed the output back to the function input.
|
| Runing external applications | 24 Jul 2008 21:29 GMT | 1 |
Afternoon, I have several scripts written in Matlab that each of them runs alone, they are not functions. I would like to be able to write a Matlab script that would run a series of Matlab
|
| matlabpool error | 24 Jul 2008 21:20 GMT | 2 |
I am using Matlab R2008a on a Lenovo X60 Tablet with Dual Core. I have a problem to start "matlabpool." For example, if I run the following test code: clc; clear all;
|
| string variable in figure title | 24 Jul 2008 20:48 GMT | 7 |
I have a string type variable, is it possible to use it in the title of a figure or not? Example var_name = var_value;
|
| drawing multiple histograms | 24 Jul 2008 20:40 GMT | 1 |
Is there a matlab command for drawing multiple histograms on a single figure like the subplot command?
|
| Turn off Latex interpreter | 24 Jul 2008 20:08 GMT | 1 |
How could I turn off latex interpreter in Matlab 2007b? I remember that it is very easy to do so in old version Matlab, just go to File->Preference. However, in 2007b I can not find it.
|