First
|
Prev |
Next
|
Last
Pages: 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002
Simscape language question Hello, i have a question concerning simscape. I build a model and i have a problem to extract a root. I have a constant and I want to extract the sixth root but it doesnt work. The function sqrt() works but not ^0.5. When I use ^0.5 i get error messages in my mdl-file, with sqrt() it works. Why cant i extract a roo... 7 Apr 2010 04:34
using matlab(simulink)can we generate anykind of code i.e c,verylog,mcode,etc hi , my name is dileepkumar,and iam newbie in matalab simulation.. Here i want to know that by using a simulink model, can we able to generate the code in any one of the coding languages like 'c' or 'matlab code' or 'verilog'.. if possible please explain, or other wise just tell me weather it is possible or not... ... 7 Apr 2010 11:12
IFFT I am facing a problem when i am taking IFFT .By taking absolute fft i have got 4 peaks , i have to take ifft of positive output and get a different points at the spacing of different peaks but i am not getting that. Anybody can help me I am very thankful to him. data_wave = xlsread('anub_data.xls');% Data is store... 10 Apr 2010 10:11
project assistance - neural net project I need someone to help code a small project using Neural Net toolbox. I don; have time myself and will pay for the poject to be completed. Please let me know if you ae interested. Thanks ... 7 Apr 2010 01:20
Distributed Computing Server and Memory Allocation issue Dear all, I am trying to get some toy program work on a cluster using DCS / PCT. I will try to be as accurate as possible (apologies for the length of this message). First, here are the versions I'm using: ------------------------------------------------------------------------------------- MATLAB Version 7.9.... 7 Apr 2010 21:24
image processing Hey Iam working on a project in which i need to compare two signals in the form of jpeg..I should find out if they r equal..They can be equal approximately..For this i need to find out the tolerance image of the original image..Iam new to matlab..can anyone tell me how to do this?? ... 7 Apr 2010 12:20
wholesale Cheap Jordans online store,Cheap Dunk,Air Force One ..paypal payment www superest-wholesaler com Company Wholesale and Retail: Nike Shoes,Jordan Shoes,Jerseys,Clothes,T-Shirts, Jeans,Caps,Sunglasses and Belts: Bags: Gucci Bag,Coach Bag,Burberry Bag,Chanel Bag,Chloe Bag Christian Audigier Bag,D&G Bag,ED Hardy Bag,Fendi Bag, Juicy Bag,LV Bag,Miumiu Bag,Prada Bag,Tous Bag,Dooney & Bo... 6 Apr 2010 23:09
Pointer Arithmetic and mxSetPr Hey, So my goal essentially boils down to deleting the first row and last of an array. (I'm trying to create a "window" type function) the code I would like to use is as follows: mxArray* dataIn = mxDuplicateArray(prhs[1]); mxSetPr(dataIn,mxGetPr(dataIn)+1); mxSetM(dataIn,mxGetM(dataIn)-1) In R2008b... 7 Apr 2010 15:45
Separating GUI Concerns / Nesting Functions Hi All, 2 questions, 1 easy, the other requires more reading but is simple at heart (and related to 1) 1. When nesting functions, the nested function have access to workspace variables but when they update them it ISNT reflected in the Workspace (editor). e.g. function xx() dd= 5; yy dd=dd+5; function... 7 Apr 2010 01:20 |