![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3381861.jpg)
Masoud Ghanbari
Semnan University
自 2012 起处于活动状态
Followers: 0 Following: 0
Electrical Engineering Student B.Sc.
Professional Interests: MATLAB , SIMULINK , Walfram , Modeling
Feeds
已提交
How To Store a List of Names
Simple Tutorial that shows the way to store many of names and strings in MATLAB
11 years 前 | 1 次下载 |
已提交
Root-Locus plot without using rlocus command
This tutorial will show how to plot root locus map with out using rlocus command
11 years 前 | 5 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/44235/versions/1/screenshot.jpg)
提问
Substitution to make it simple...
there is recursive sequence and v(2)=...v(1) and v(3)=...v(2)+...v(1) and so on... i want to remove v(2) and replace it with v(...
11 years 前 | 0 个回答 | 0
0
个回答已提交
How To Convert A User Input String To A Function
This tutorial will show how to convert user input string to a function which accepts variable.
11 years 前 | 1 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/44195/versions/1/screenshot.jpg)
已提交
How to Color a Certain Area Between 2 curves in 2 ways...
The way to color the certain area between 2 curves
11 years 前 | 1 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/44194/versions/1/screenshot.jpg)
提问
Double Integral Question to solve ...
Any suggestion to solve this?!!!! <</matlabcentral/answers/uploaded_files/4130/Capture.JPG>> the int command cant ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Analyze the text printing code ...
Hi Dear Walter... would you please analyze your code parts for me... fmt_item = '%f.8'; delim = '\t'; nl = '\n'; ...
11 years 前 | 1 个回答 | 0
1
个回答提问
How can i export a data to tab (10 character space) separated text file...
I have a n*m matrix at matlab and i need to export them to a txt file and it is important to have 2 features: 1- data should ...
11 years 前 | 2 个回答 | 0
2
个回答提问
Read Data From txt file using uigetfile...
Hi I Have to read a file using uigetfile by this code by i face the error... [filename,pathname,d] = uigetfile('*....
11 years 前 | 1 个回答 | 1
1
个回答提问
Zero-Crossing Detection Error...
Hello Every One... Recently I faced an error which i couldn't get rid of... it is about consecutive zero crossing... th...
11 years 前 | 0 个回答 | 0
0
个回答提问
Argument With An Error at simulink
Hello Every One... Recently I faced an error which i couldn't get rid of... it is about consecutive zero crossing... the erro...
11 years 前 | 0 个回答 | 0
0
个回答已回答
'inline' command at 'for' loop... can we?
Ok Dear Friedrich ... Please Just Do What Ever You Know... I'm Really Stucked At This See Here: https://www.youtube.com/wa...
'inline' command at 'for' loop... can we?
Ok Dear Friedrich ... Please Just Do What Ever You Know... I'm Really Stucked At This See Here: https://www.youtube.com/wa...
12 years 前 | 0
已回答
How to color an area at plot surface...
hi It does not works would you please bring me the full code
How to color an area at plot surface...
hi It does not works would you please bring me the full code
12 years 前 | 0
提问
How to color an area at plot surface...
How can i color the area between 2 functions like f(x)=x^2 g(x)=-x^2+1
12 years 前 | 4 个回答 | 0
4
个回答已回答
'inline' command at 'for' loop... can we?
Hi Actually I want to get the function from user and save it not to be defined as f{i} = @(x) x*i;
'inline' command at 'for' loop... can we?
Hi Actually I want to get the function from user and save it not to be defined as f{i} = @(x) x*i;
12 years 前 | 0
已回答
function to make uniform a non-uniform distribution of input data
What do you mean 'Uniform data'? Mathematical Definition !?!
function to make uniform a non-uniform distribution of input data
What do you mean 'Uniform data'? Mathematical Definition !?!
12 years 前 | 0
提问
'inline' command at 'for' loop... can we?
can we put 'inline' command at 'for' loop I want to save several inline function at an array... Available?
12 years 前 | 3 个回答 | 0
3
个回答提问
Put In The For Command...
How Can I Simplify This Code Using For Command ... tic syms x y z clc; f1=x; f2=y; f4=x-16; f5=y-20; f6=1.5*x...
12 years 前 | 1 个回答 | 0
1
个回答提问
A Question About User Input Function
How Can I Save several Functions ( Which Are Defined By Syms Command ) into an array Like F(i) And recall them using F(2) Or F(5...
12 years 前 | 0 个回答 | 0
0
个回答提问
Hi People... 2 Questions Here ...
Hi Every One 1- Suppose We Have 1.7321 . Which Command returns the non-numerical value? (I mean sqrt(3) ) 2-Run This ...
12 years 前 | 1 个回答 | 0
1
个回答提问
What is the difference between polyfit and curve fitting
Hi What is the difference between polyfit and curve fitting ? would you please see this page explain me these command: ...
12 years 前 | 2 个回答 | 0
2
个回答已回答
How can I plot a function
Hi syms x h = ezplot(exp(-x./(8.76.*10.^6)).*(3.83).*(10.^-4))
How can I plot a function
Hi syms x h = ezplot(exp(-x./(8.76.*10.^6)).*(3.83).*(10.^-4))
12 years 前 | 0
已回答
how to plot animation graph
Hi Use These Commands As a Sample clear all kr=1*1; ki=1*1; phi=1*pi/4; xmax=15; xmin=-4; delx= 0.1; x...
how to plot animation graph
Hi Use These Commands As a Sample clear all kr=1*1; ki=1*1; phi=1*pi/4; xmax=15; xmin=-4; delx= 0.1; x...
12 years 前 | 1
已回答
Why there is a modulation in case of frequency offset?
you know what... Too Long Buddy
Why there is a modulation in case of frequency offset?
you know what... Too Long Buddy
12 years 前 | 0
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
12 years 前
提问
Space State & tf2ss Command Question
Hi every helper i have a set of 2 equations and i want to reach the ss equation. Note: D means d/dt & D2 means derivative...
12 years 前 | 0 个回答 | 0
0
个回答已回答
Plotting a train pulse
Lets see... for t=(-10:.01:10) if t<0 plot(t,0,'linewidth',5); hold on; else t>=0; ...
Plotting a train pulse
Lets see... for t=(-10:.01:10) if t<0 plot(t,0,'linewidth',5); hold on; else t>=0; ...
13 years 前 | 0
已回答
Plotting a train pulse
Hi Nic I think i've got your mean.you need a plot which has a clamp just like unit step.you can plot it by vectors.here is a co...
Plotting a train pulse
Hi Nic I think i've got your mean.you need a plot which has a clamp just like unit step.you can plot it by vectors.here is a co...
13 years 前 | 0