Description:
The MathWorks calculation and visualization package.
|
|
|
how to use mapstd ,...
|
| |
hi everyone,
i have a NN code ,my result is over-fitting each time i tried,please teach me how to use mapstd or ..... please simple way. this is my code:
Close all;
clear all;
load Input
num=data;
Em=num(:,1);
Fm=num(:,2);
dn=num(:,3);
dm=num(:,4);
%%%%%%%%
p1=num(1:1400,(1:3)); p11=p1';... more »
|
|
image processing
|
| |
hi!!1
i encountered a small problem in associating numbers with the colors from the image.
the image consists of (2 X 4) table with 2 rows and 4 columns. Top half is filled is with different colors say (red,green,blue,yellow)
bottom half is filled with different numbers ranging from 1 to 4 say(4,3,2,1)... more »
|
|
Rank Deficient Problem 2.40 An engineer's guide to matlab.
|
| |
Basically i have to find the hoop stress. v1=.4;
v2=.4;
E1=2.1*10^9;
E2=.21*10^9;
U0=.25;
a=5;
b=6.4;
c=8;
k=[1,a^2,0,0;1,b^2,-1,-b^2;-(1 +v1),(1-v1)*b^2,(1+v2)*E1/E2,- (1-v2)*(b^2)*E1/E2;0,0,-(1+v2) ,(1-v2)*c^2]
j=[0;0;0;-U0*E2*c]
[K,J]=meshgrid(k,j)
y=K/J
I should be getting the values with which i am going to calculate the hoop stress, but the values im getting do not make sense. Im getting warning Rank Deficient 1... more »
|
|
how to use data from .m file into another?
|
| |
In the following code,i need 1 lakh samples in the array mydata.I dont know what i am getting out of mydata. Do i have to increase the range of t to get that. And how can i use the data in mydata into another .m file for further processing.
t = [ 1 : 1 : 500]; % Time Samples
f1=10000; % Input Signal Frequency... more »
|
|
setappdata, getappdata
|
| |
when i push a button, getappdata on a push button callback function does not work, can anyone help me please?
function stopbutton_Callback(hObject, eventdata, handles)
% hObject handle to stopbutton (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)... more »
|
|
algorithm of converting pole/residue to polynomials?
|
| |
Hi all,
i wonder if anyone knows the algorithm used in the "residue" function in matlab? for one project, i need to implement the function in C, so have to know the algorithm behind the function. I have a good understanding how to convert polynomials to pole/residue form, and not clear on how to convert pole/residue to the polynomials.... more »
|
|
Facing an error while opening the Poisson Integer generator block in MATLAB
|
| |
Hi all,
I am facing an error while opening the Poisson Integer generator block in MATLAB. I mean the moment when I click on the block to check for its Lamda and Sample time values, I get an error message stating,
Error due to multiple causes.
-> Error evaluating 'MaskCallback' callback of Poisson Integer Generator block (mask)... more »
|
|
Z SOURCE INVERTER
|
| |
This project presents an impedance-source (or
impedance-fed) power converter (abbreviated as Z-source converter) and its control method for implementing dc-to-ac, ac-to-dc,
ac-to-ac, and dc-to-dc power conversion. The Z-source converter
employs a unique impedance network (or circuit) to couple the... more »
|
|
|