Rafael Zanetti
Student
Followers: 0 Following: 0
My name is Rafael and I am here to learn matlab, even so in the future I could help another people to learn just as you have help me.
Statistics
10 Questions
0 Answers
RANK
131,489
of 295,689
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Select values from an array to evalaute data training
Hi everyone, I've tried extract values of an array to evaluate a data, for example my vector of datas is: X = [0:0.05:1]'; My...
2 years ago | 1 answer | 0
1
answerQuestion
Optimization for minimize a Weight of a Gear Train by Using GA
Hi everyone, I am trying run the code explained at the article and the functions wich are attached. I wrote the variables, funct...
4 years ago | 0 answers | 0
0
answersQuestion
Help to Run Genetic Algorithm
Hi everyone, I am trying run a ga which were given in article that I am read, but the following error appears and I don't know h...
4 years ago | 0 answers | 0
0
answersQuestion
How to minimize a nonlinear function?
Hi everyone, I heve tried to solve a nonlinear equation in matlab where x0 = [0;1;2] is the initial value for search So I wro...
4 years ago | 2 answers | 0
2
answersQuestion
Solve a variable in equation
Hi everyone, I have an equation (function) wich I need solve the lambda value: f_lambda1 = 101*(1.2-40.40*lambda1).^2 - 200*(1...
4 years ago | 1 answer | 0
1
answerQuestion
How to print status
Hi, I am writing a program that I need the output be print "Success" or "Failure" on a table of 4 columns, my program is that: ...
4 years ago | 2 answers | 0
2
answersQuestion
Function of rates in matlab
Hi everyone, I'm not get figure out this function asked in a problem: My function is that: function [rate_of_taxi,total] = t...
4 years ago | 1 answer | 0
1
answerQuestion
Matrix Function to Finite Element Method
Hi, I'm trying to create a function with matrix, but a heve not got, the results shall be k1 = [100 -100; -100 100], and my fun...
4 years ago | 1 answer | 0
1
answerQuestion
assemble global stiffness matrix
Hello, I'd like how the easier way to assemble 2 matrices, for example, I have the following matrices: k1 = [120 -120;-120 120]...
4 years ago | 1 answer | 0
1
answerQuestion
To operate a function in all rows of matrix
How I can repeat a function irrespective a size of matrix? For example, I have a matrix A and I want calculate the difference be...
6 years ago | 1 answer | 0