First
|
Prev |
Next
|
Last
Pages: 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
read vrm in malab Hi there, I am not sure what you mean by reading in a VRML file. The VRML file is a text-based file with a very well defined format making it amenable to parsing. 1. If you want to view the VRML file from a MATLAB file and animate it, then see the example here: http://www.mathworks.com/matlabcentral/fileexchan... 30 Jun 2010 04:20
performance is strange in simulink.. i need a help i am beginner level simulink user. i need a help Step by step,, Bernoulli Binary block - sample time : 1e-7/(3*code_rate) - code_rate : 1/2 - frame-based outputs -> samples per frame: 600 - the rest : initial state convolutional Encoder : initial state -> Trellis structure : poly2trellis(7,[171 133]) - co... 29 Jun 2010 21:48
LIBSVM and Visual Studio 2010 Hi, I am running 64 - bit Windows Vista. I have Matlab 2010a and Visual Studio 2010 installed on my system. I am trying to install the MATLAB wrapper for LIBSVM library. When I type "mex -setup", I get the following list of compilers that I can choose from. (I have pasted the whole thing below) ">> mex -set... 29 Jun 2010 20:42
DATENUM(x, 30) Dear readers, This fails in Matlab 2009a: n = datenum(datestr(now, 30), 30) with the message: Failed to lookup month of year. The other formats are working, e.g. n = datenum(datestr(now, 29), 29) I cannot find this in the bugreports: http://www.mathworks.com/support/bugreports Am I searching cor... 1 Jul 2010 07:45
spmd help Hi Edric, Sorry for the lengthy delay in my reply--I had originally forgotten about this thread, but then found it again when I was searching my inbox for another thread. I think the biggest problem the documentation didn't explain (or at least, I couldn't understand from the documentation) is the codistributor o... 29 Jun 2010 19:36
how to control coefficient of transfer function in Simulink? Hello in my model, I need to use a simple transfer function block : 1/(s+1). I am trying to control the coefficient of " s" only, to control the slope of the output curve. since I am running my model in real time windows target, that coefficient needs to be a variable that changes during the simulation based on th... 29 Jun 2010 19:36
Passing integer arrays through mex to ifort Hi, I am trying to pass integer arrays through a mex wrapper to ifort. The arrays hold indices for a real array I will access. Can someone post a sample of how to do this? I did not find example in the sample files. Another alternative would be to convert the real arrays to integers. I have yet to figure ... 29 Jun 2010 19:36
Simple matricies I am trying to create a matrix which is 10x10. The first row should go 1:10, the first column should go from 1:10 (downward), and a diagonal 1:10. I have it seperated as A = 1:10 A' B = diag(A) how would i combine these matricies so i wouldnt still get a 10x10 matrix? ... 29 Jun 2010 18:30
Simscape Simhydraulics - Hydraulic Fluid I'm trying to vary the temperature of my hydraulic model with time. The only way I can think of is to vary the temperature of the hydrailic fluid block, however it only seems to accept a singular value for temperature. Any help on this subject would be appreciated. Other suggestions are perfectly acceptable (... 13 Jul 2010 11:59
find / ismember / index within structure array Hey! I'm a frustrated MATLAB beginner and need some help. I have a structure array containing two double arrays and one cell array: S = [127x1 double] [127x1 double] {127x1 cell} The cell array contains the information (strings) that I'd like to classify/find. The two double arrays contain the r... 29 Jun 2010 19:36 |