First
|
Prev |
Next
|
Last
Pages: 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508
Simulacion de sistema de potencia mediante simulink y Archivo M Saludos! necesito desarrollar la simulacion de un sistema de potencia donde el sistema se diseƱa en simulink y los valores de impedancia son leidos mediante un archivo M el cual genera un reporte mostrando la matriz de admitancia de nodo y la matriz de impedancia de barra y los calculos de la corriente corto circuito. ... 11 Jun 2010 13:40
Chemotaxis PDE Solution with pdepe I am trying to solve a system of PDEs that includes diffusion and chemotaxis terms. The equations are: dn/dt = d^2n/dx^2 - d/dx(n*dc/dx) dc/dt = d^2c/dx^2 so the first equation includes a second derivative of c. I can't figure out a way to program this using pdepe, because the format of the pdex1pde function onl... 16 Jun 2010 12:08
Use of isprop Hello, I use isprop to identify wheter a property exists, but isprop returns always zero. Example: --------------------------- classdef class properties a end methods function obj = test_prop(obj) isprop(obj, 'a') end end end ----------------------------... 16 Jun 2010 05:35
Array in Array Hi guys, I have a question dealing with arrays. Here it go: Suppose A is a 3 by 1 array, I want to assign A (1,1) a 5 by 1 array B, can I do this? How? Thanks in advance! ... 14 Jun 2010 22:55
Importing from Excel - storing each sheet as a separate variable Hi there, I have a huge spreadsheet with 280 sheets, and each sheet has about 200x50 data points. Is there a way I can import this data into Matlab, whilst keeping each sheet as a separate variable? Many thanks, Steph ... 18 Jun 2010 06:57
Problems in Simulink -> Code Compose Studio V3.3 (CCS) about toolbox C2000 when used RTDX functions Hey, I am just getting started with a project and we are using Code Composer Studio v3.1 with a eZdsp kit for TMS320F2812. do you know of any tutorial on how to code this CPU with this software and even how to get started. I appreciate any help as I am not familiar with this program at all. Thanks "Rui " <r... 24 Jun 2010 16:21
Reading Image Sequences "Krithika Mohan" <kmohan2(a)jhu.edu> wrote in message <hutl71$fu6$1(a)fred.mathworks.com>... Hi, I am trying to read a sequence of images, available in a folder.I have the following error when running the code ??? Subscripted assignment dimension mismatch. Error in ==> imagesequencereading at 21 ... 11 Jun 2010 12:33
rotate a matrix with dimension m,n,p. (image the density of a 3D box) Dear ALL I have a 3-D space, there are m, n, p points along x, y, z respectively. at each (x,y,z), there is an density, I(x,y,z). Physically, it is like a density map inside a 3-D box. and the density are stored in a matrix, m by n by p. I'd like to rotate this matrix using euler angles. The euler rotation matri... 15 Jun 2010 01:06
Apply exist on cell array? I have a 7x1 cell array called X. exist(X) does not work as I am not allowed to apply it on type cell. Is there any solution for this problem, please? Thank you. Blue ... 11 Jun 2010 12:33
Reading Image Sequences Hi, I am trying to read a sequence of images, available in a folder.I have the following error when running the code ??? Subscripted assignment dimension mismatch. Error in ==> imagesequencereading at 21 images(:,:,count)=tmp; The following is the code that I used %// list all... 11 Jun 2010 12:33 |