DIAMOND029 (2/7/2004 6:12:24 AM) Hi, Can anybody give me some information regarding "DIAMOND" toolbox for modal analysis and damage detection. I want info of how to prepare the input data for this toolbox ... m.hammoud(2)
textread and tab-delimited files266 (2/6/2004 7:51:16 PM) I have a tab-delimited data file with text and numeric entries. Some of the text columns contain strings containing spaces. I know the format of the file, so I am attempting to use the textread function to inpu... ottonewsgroup(2)
please help - solving nonlinear system140 (2/5/2004 9:00:42 AM) Hi I have the problem to solve following nonlinear system: 1. Ud+R2*Id+R3*(Id-Ic/B)+Ube-Uce-R4*Ic=0 2. Uce=Ud+R2*Id+R1*(Id-Ic/B)-R4*Ic 3. Ube=-R3*Ic/B+(Id-Ic/B)*R1 4. R1*(Id-Ic/B)-Ube-R3*Ic/B=0 5. Ic=f(Ube,Uc... john_barner(1)
getting image coordinates, zoomed area .....how to ?044 (2/7/2004 1:20:56 AM) hello i'm new to matlab and have a problem with this.... i want to write a script, which can load (show) the large tif image 2300 x 2300 and than if i moving the mouse cursor (without pressing the mousebutto... oxider(1)
Reading ascii files (no format at all) - How to avoid blank lines?232 (2/1/2004 11:49:31 AM) Hello I have several ascii files which are a mixture of strings and data. Although a=textread('ascii.file','%s','delimiter', '\n' ) works, it comes with a lot of blank lines. What can I get rid of them? Sin... emmendes(57)
superimposing two histograms in the same plot3177 (2/6/2004 4:37:44 PM) HI, I need to plot two histograms one over each other and with different colors. I tried hist(mydata,the_bin) h = findobj(gca,'Type','patch'); set(h,'FaceColor','w','EdgeColor','r') but how do I plot the... pizero_2(4)
MATLAB for microcontroller135 (2/6/2004 5:03:27 AM) I would like to ask, Does Matlab support serial communicating with Atmel 89s51? If anyone knows about it, please help me. I look forward for your reply. Thanks ... Johanbudic(7)
Trivial bug in Mapping TB ?024 (2/6/2004 9:00:27 PM) I believe that line 653 of the axesm.m should commented out: case 'meridianlabel' validparm ... indx ... if ... %%mstruct.medidianlabel = .... ; % comment out this line mstruct.meridianlabe = .... % t... Lars
loglog in m file335 (2/6/2004 1:50:52 PM) Hello! Does anybody know, why my function gives linear scale out and not a logarithmic? Thanks Julia ... japy(2)