Application
Any
Platform
Any
License
Any
hi folks. I'm currently working on my final year project, which is the realization of an efficient fingerprint authentication system. I'm developing the database with VB.Net's SQL, and i intend...
hi, i'm new college student in Indonesia, and i have a task to make simulink model of 3-phase induction motor with load and no-load, wich stator resistance-reactance, and rotor resistance-reactance...
Hi...
I'm working on feedback error learning controller based on neural network, but I'm so new to this. I had done some coding in matlab but until now the error while learning does not...
We have ported and app for data entry (for another Matlab program) from Windows to Linux. We want the main data entry field to be highlighted after the button to enter the data his clicked. This...
: I tried the following
:
: String[]stringArray = fileString.split(".")
:
: and also
:
: String[]stringArray = fileString.split("\.")
Thing is, I think Java itself is getting the \ and...
: I am trying to split a string containing "filename.wav"
:
: I tried the following
:
: String[]stringArray = fileString.split(".")
:
: and also
:
: String[]stringArray = fileString...
I am trying to split a string containing "filename.wav"
I tried the following
String[]stringArray = fileString.split(".")
and also
String[]stringArray = fileString.split("\.")
Somehow...
Hi all, I was wondering if anyone could help me with a problem I'm struggling with. I have written a program that uses a GUI to take in user data, number crunches the data, then plots several...
Hi ,
I need a help with file handling. I have got a Excel sheet containing 100 rows and i have a text file with 20 rows of data . I want to read each line in a row (all 100 lines ) one by one from...
Hello!
I'm working on a project and i need to build a live cd with Matlab and C++Builder and i'm having problems with matlab ... does anyone know where matlab keeps his info about license (serial...
Hi all,
I am quite new to MATLAB and Simulink. I would like some help on the following:
1) generation of PWM using a MATLAB code.
2) how do I open an M-file from simulink(while running...
I have an issue with a VB.NET program I am developing in Visual Studio. It has 2 projects in its solution - one project is for command buttons and the other is for SQL Query forms.
I need a...
I'm trying to find a basic intergral for a vector of a function on MATLAB and cannot find any functions that do so. Anyone seen anything that will do this? the function if your interested m=1...
main.m
close all;
clear all;
I=imread('k052.jpg');
segment=skin(I);
imshow(segment)
=face(I);
figure, imshow(face_a)
figure, imshow(skin_region)
template=imread('b.jpg');...
Hey guys!!
I am learning Matlab now. I need to write a code to solve a nonlinear equation. That equation has 4 variables(say a, b, c and d). b,c and d depends on an array arr(i). I know the arr...
hello,
I have trained a neural network on MatLab and I need to transfer it (the trained network) to a separate file (or generate a function) that I can then use somewhere else (on a robot running...
hii i need help with this matlab programe im new to it can anyone tell me how to write the formula :
x=Vo*cos theta *t
y=Vo*sin theta *t - 1/2*g*t^2
g = 9.81 m/s
this is what is should do...
hii i need help with this matlab programe im new to it can anyone tell me how to write the formula :
x=Vo*cos theta *t
y=Vo*sin theta *t - 1/2*g*t^2
g = 9.81 m/s
this is what is should do...
Hello..
i have a problem: i need to plot in matlab some polar
graphs in 3D (about the antenna's directivity) but i have
no idea for doing it.
how can i do it?
thanks,emmasonia
Hi
I'm using Matlab 6.06.In a program i need to set the axis to 10^(-25) to 1 for Y axis and 0 to 25 for X axis. Is there a command that i can use.