Re: Need help 'while' loop, a data set is given?
On 4/28/2013 2:50 AM, J K wrote: ...> C1=input('Enter the value of C1: ');> C2=input('Enter the value of C2: ');>> if C2==0> fprintf('it is V belt \n');> F=m*a;> while C2==0>...
View ArticleRe: using mesh to make 3D plot
hi yehonatan Indeed i have any experience with matlab plotting. And i am willing to learn more about it. the data list especially for the "r" vector are obtained by a numerical simulation. the "r''...
View ArticleRe: Data division problem in neural network
Sir thank you so much for your reply.. Sir u wrote that number of H should vary between 0 and 10 ,but when i vary H between 0 and 10 i get maximum accuracy of 77.1% . But when I use H=49 I get an...
View Articlesolutions manual contact to road89395@gmail.com
Manuals with detailed solutions and great explanation,contact to road89395@gmail.com or road89395(at)gmail(dot)com,affordable price. solutions manual MATLAB Programming with Applications for Engineers...
View Articlesolutions manual contact to road89395@gmail.com
Manuals with detailed solutions and great explanation,contact to road89395@gmail.com or road89395(at)gmail(dot)com,affordable price. solutions manual Essential Matlab for Engineers and Scientists Hahn...
View ArticleRe: Surface plot with extreme amount of data
Hello Borda, For starters it's possible, when you create the figure you can add: 'hold on'and it will hold on the figure any data you plotted and will plot. I must warn you that it's not a good idea....
View ArticleRe: need help. Thanks in adavance
Hello, Try transforming your question into matlab regarding questions. I think you'll get more response. Best Regards...
View ArticleMATLAB CODE FOR OPTIMIZATION
I want to use seeker and Partical Swan optimization on ct scan image of a liver to detect the tumor.Please give me a help to start this work.
View ArticleRe: using mesh to make 3D plot
Hi yehonatan What is the surf syntax to plot each individual square?
View ArticleRe: Convert a set of 1D outputs into a single 2D matrix
dpb <none@non.net> wrote in message <klkfkl$bs7$1@speranza.aioe.org>...> On 4/28/2013 6:08 PM, Eric wrote:> > Hello.> >> > I require assistance in making a string of 1D...
View ArticleRe: GA and variable set
On 4/28/2013 6:26 AM, Rita wrote:> Hi, I am trying to work with the built-in GA function in Matlab.>> I am doing it like this described in the following :> In the upper bound, some...
View ArticleRe: Convert a set of 1D outputs into a single 2D matrix
On 4/29/2013 8:25 AM, Eric wrote:> dpb <none@non.net> wrote in message <klkfkl$bs7$1@speranza.aioe.org>...>> On 4/28/2013 6:08 PM, Eric wrote:>> > Hello.>>...
View Articleone set of data with 4 types of information
Hello! I need to do a HR Diagram like this one:http://en.wikipedia.org/wiki/File:HRDiagram.png Where each point have not just x and y but x1, y1, x2 and y2 (to each point i have 4 types of...
View ArticleSend values from function to Simulink model
Hello everybody, I am new in this forum and this is my first thread. I hope i place it right. :) I want a function to run a Simulink-model. Normally i do use 'normal' m-files, but this time it has to...
View ArticleRe: using mesh to make 3D plot
Let's see now an example... If I want to plot this 3d squares: Square 1: x1 = 1 2 1 2 y1 = 1 1 2 2 z1 = 1 4 1 4 Square 2: x2 = 2 3...
View ArticleRe: SimEvents Question
Hi Michael, I'm confused about something. What are entities representing in your model? What is the rate at which you are generating entities? Are you generating them each time step? Are you generating...
View Articleport and model labels
Guys: I have the following problem: I'm developing a C-MEX program to be applied in a block model. This block model input will be connected to an output from another model and I'd like to get the model...
View ArticleConnection to a matlab Server
At university, there is a machine, much more powerful than my pc, with matlab/network license installed. How I can manage to connect remotely to this matlab server? I found no connection options in...
View ArticleSimscape - Advice and guidance for the construction of a thermal/pneumo/hydro...
Hello, I need help regarding my modeling project of a "pressurized-reservoir". It would be great to get some guidance or advice to build my model. System Explanation : I try to model a fuel-tank system...
View ArticleRe: using mesh to make 3D plot
thanks i understand clearly this part now for my issue (plot a shape surface in the same way like the picture i send in the link) can you check this code...
View Article