| Thread | Last Post | Replies |
|
| Associating a string with a variable name in a .m file | 15 Jul 2008 15:37 GMT | 6 |
I have a series of datafiles that I import into MATLAB and call data1, data2, data3... I then want to be able to call up those data files in a .m file I've written that looks like this:
|
| indexing within variable name | 15 Jul 2008 15:37 GMT | 9 |
Is it possible to insert the current index into the variable name?
|
| hi | 15 Jul 2008 15:11 GMT | 1 |
i have to use wavelets in solving an ordinary differential equation. can u help me? stephi_stoica@yahoo.com
|
| .wrl Rendering Problem | 15 Jul 2008 15:10 GMT | 1 |
I have a .wrl I developed in V-Realm using Indexed face sheets that I exported from CAD drawings. It looks fine in V-Realm Builder but when I open it in MatLAB it gets distorted, and some faces aren't rendered. Anyone have a
|
| v-realm builder problems | 15 Jul 2008 15:09 GMT | 2 |
I am trying to create virtual worlds using v-realm builder 2.0. I have two problems: 1) First problem is whenever I import an object(*.wrl) from object library, I can not see their true colors. Objects
|
| about sprintf and .. | 15 Jul 2008 15:08 GMT | 2 |
Hi every body; What can i put in my program to know : how often does message('valid characteristics of the region number%d') appear?
|
| multiple file read | 15 Jul 2008 14:16 GMT | 2 |
i tried to read multiple image files using this command i got error message. pls help me for i=1:1:5 c[i]=imread('d:\img\i.bmp')
|
| How to avoid using cell arrays? | 15 Jul 2008 12:37 GMT | 5 |
I'm doing some discrete event simulation using matlab. I have used cell arrays to attach together information about entities in the model in a simple and natural way. However, using profiler tool and talking with some users, I've came
|
| logarithm with variable base eg. log9 | 15 Jul 2008 12:24 GMT | 4 |
I have to include the "simple" term m(i,j)= log9(m(i,j)) in my MATLAB code. Unfortunatelly I cant find any function that calculates the logarithm with base 9.
|
| "Combining" data values from a file | 15 Jul 2008 12:16 GMT | 2 |
I have a simple problem. I have a file that contains information that looks as follows x y 1 8
|
| How to export figure with more points than shown on screen? | 15 Jul 2008 12:04 GMT | 3 |
Hi experts, I use a m-file to build a figure with data from simulations in Simulink. Depending on the screen width, my figure can only show about 1500 pixel (i.e. there are only 1500 values
|
| Optimal estimation of missing data from a pattern class with known covariance | 15 Jul 2008 11:53 GMT | 3 |
I am trying to estimate missing data from facial images. To do this i am taking advantage of the known covariance of the pattern class. Using the Lagrange multiplier technique i am forming the unknown Matrix: B=UP' * inv([PUP'])
|
| Simulink VisualDSP++ Error | 15 Jul 2008 10:47 GMT | 4 |
VisualDSP++ 5.0.2.0, R2008a When I try to compile my model (using CTRL-B), I get the following error: Error building Real-Time Workshop target for block diagram
|
| Text-Datei mit Komma | 15 Jul 2008 10:25 GMT | 1 |
ich habe eine Text-Datei, die Zahlen mit Komma enthält. Wenn ich diese Datei mit Load-Befehl öffne, Matlab betrachtet jede Zahl zwei Zahlen eine vor u. die Zweite nach dem Komma. meine Frage wie kann ich diese Datei richtig öffnen
|
| rounding error? | 15 Jul 2008 10:23 GMT | 6 |
I am using the round.m function to calculate a simple floating number. However, I cannot figure out why the following two ways of calcaulating the same thing give me different answer. Can anyone help?
|