Haris Hameed
Northwestern Polytechnical University
Followers: 0 Following: 0
Statistics
RANK
162,125
of 295,467
REPUTATION
0
CONTRIBUTIONS
16 Questions
1 Answer
ANSWER ACCEPTANCE
68.75%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Generate new samples from available data
Hi I have three variables (a,b,c) as input and their output is a variable d. I have generated 30 samples by varying inputs and ...
3 years ago | 2 answers | 0
2
answersQuestion
3D Scatter with different Z axis vector length
i have x and y data of size (100,1), and this data is for a specific number x = lhsdesign(100,2); R = 1000:1000:6000; scatter...
4 years ago | 1 answer | 0
1
answerQuestion
need help to code this cubic fit
hello i need some guidace to code the cubic fit optimization in matlab i coded it initially like this clc clear all s...
4 years ago | 0 answers | 0
0
answersQuestion
Cubic Fit to minimize a polynomial
hi, using "cubic fit" calculate : min x^4 + 2*x + 4 i need some guidance how to code this? i have searched and found this f...
4 years ago | 1 answer | 0
1
answerQuestion
problem in plotting in a nested while loop in a for loop
i want to plot for different values of Vx. but it is only plotting for one value. please guide clc clear all Vx = [0.7383 ...
4 years ago | 1 answer | 0
1
answerQuestion
Coding DFP method for optimization
Hi, i have written this DFP optimization code. it works for initial value [1 1] but does not work for other initial values. cl...
4 years ago | 0 answers | 0
0
answersQuestion
Need to solve the differential equation for beam deflection and get the following plot
Hi all i am trying to solve the beam defelction equation and get the plot (as shown in image), can someone guide me further ho...
5 years ago | 1 answer | 0
1
answerQuestion
Xfoil error reading input file run from matlab
i created input file as a vbs scrpit. now want to run the xfoil using the dos command dos(cscript//nologo input.vbs | xfoil) ...
5 years ago | 1 answer | 0
1
answerI have a problem with "At line 85 of file ../src/userio.f (unit = 5, file = 'stdin') Fortran runtime error: End of file" when attempting to run xfoil using matlab
Anyone got this error solved
5 years ago | 0
Question
Plot Wendland C2 function
i want to plot Wendland C2 function given by the expression Z1 = ((1-R).^4*(4.*R+1)); i am using the following lines to ...
11 years ago | 1 answer | 0
1
answerQuestion
solve seven nonlinear equations with seven variables in matlab
hi, I have the following seven equations with seven varibles, I use syms to solve them syms Eo a b t1 e1 t2 e2 ans ...
11 years ago | 1 answer | 0
1
answerQuestion
generating executable file
Hi i am using the follwoing command to generate executable file mcc -o executable-name -m main-program.m it is generating ...
12 years ago | 1 answer | 0
1
answerQuestion
textscan (read data from second and fourth line)
i am having some trouble using textscan i have data in input file as AAA BBB CCC DDD 10 20 30 40 EEE FFF...
12 years ago | 1 answer | 0
1
answerQuestion
Textscan
Hi i am using text scan to read number 0012 but it is only reading it as 12. fid1=fopen('input.dat','r') C=textscan(fid1...
12 years ago | 1 answer | 0
1
answerQuestion
format numbers in plot
hi i am using text command to show variable value in plot but i am not able to format this variable (format short) text...
12 years ago | 1 answer | 0
1
answerQuestion
solve nonlinear equations silumtaneously
hi i have four nonlinear equations with three unknowns kindly help me to solve it using matlab te equations are v1=v+(c...
12 years ago | 1 answer | 0
1
answerQuestion
Matlab function theo
Hi i have found a matlab code on internet in which it is written Ck = theo(kk(kiter)) Undefined function or method '...
12 years ago | 1 answer | 0