![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3920901.jpg)
Chuzymatics Chuzymatics
Followers: 0 Following: 0
Mathematician and Programmer
Professional Interests: Technical/Scientific computing
統計
19 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Unwanted Exponential output in matlab calculation
Hi All I am solving multiple regression problem using vectors entered at run time. Some of the output variables default to expo...
約10年 前 | 0 件の回答 | 0
0
回答質問
Displaying Tabular Data with heading in matlab
Dear All, I intend to display result of my calculation in a way that each column will have a heading in the command window. I ...
約10年 前 | 2 件の回答 | 0
2
回答質問
Solving a set of linear equations interactively
Dear All! I intend to solve a set of linear equations using coefficients obtained from run time. Matlab displays: solut...
約10年 前 | 0 件の回答 | 0
0
回答質問
How to make title function accept dynamic input
I want the code below to generate plot for each subject entered and display the subject name accepted during run time as the t...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to add color to plot/graph
Hi everybody! Please How can I color the background of the plot generated by the code below: clf x=[0:pi/6:2*pi]; ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to Increase the Size of the Graphics Window
Hi everybody! The code below gives me exactly what I need.However, I am unable to make the graphics window larger than the defau...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to change the axes position in matlab
Hi Everybody! I want to be able to relocate my axes/the origin (0, 0) of my plot to the middle of the graphics window. I don't ...
10年以上 前 | 4 件の回答 | 0
4
回答質問
Effect of hold command on plot axes
Pls could somebody run the code below and comment on why the axes of the plot are incomplete. Intuitively, I think it's one of t...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Displaying data in a printable matlab table
In the code below, I want to be able to display the t versus x values(usual table of values in algebra) in a printable table ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Duplication of M-files in my matlab directory
Sometimes, my m-files get duplicated in the directory after writing, saving and execution. The duplicated copy , however, has al...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How can I convert matlab plots/graphs to jpeg file?
The code below plots my desired graph; however, when exported to Word document and printed, it looks faint.Please how do I impro...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Calculaing the table of values for function defined as an infinie series
I need this code below to caluate the sum of the first 50 terms of the series :t to the power n for t value. That is, a kind o...
10年以上 前 | 2 件の回答 | 0
2
回答質問
THE CODE BELOW GIVES MULTIPLE PLOTS FOR A PLOT COMMAND, NEED A SINGLE PLOT
I HAD EXPECTED THE CODE BELOW TO GENERATE A SINGLE PLOT BUT IT GENERATES THE NUMBER OF PLOTS EQUAL TO THE LENGTH OF THE INPUT VE...
約11年 前 | 1 件の回答 | 0
1
回答質問
How to Make a function accept vector inputs
function Ml = myseries(t) n=0; while (n<10) Ml = sum(t.^n/(gamma(n + 1))); n = n+1; end The above code runs we...
約11年 前 | 3 件の回答 | 2
3
回答質問
PLOTTING OF MITTAG-LEFFLER FUNCTION- AFUNCTION DEFINED IN TERMS OF AN INFINITE SERIES
Please can someone help me find out what is wrong with the code below: % plotting of the ML function k=0:100; alpha=0.5; t=0...
11年以上 前 | 0 件の回答 | 0
0
回答質問
PLOTTING OF MITTAG-LEFFLER FUNCTION- AFUNCTION DEFINED IN TERMS OF AN INFINITE SERIES
Please can someone help me find out what is wrong with the code below: % plotting of the ML function k=0:100; alpha=0.5; t=0...
11年以上 前 | 1 件の回答 | 0
1
回答質問
How Do I install Matlab Symbolic Toolbox in My Computer (Windows)?
Hi All! Please could somebody guide me on how to install the matlab symbolic toolbox. Whenever I attempt to create symbolic var...
11年以上 前 | 5 件の回答 | 0
5
回答質問
My plots appear very faint when I print my plots using Ms Word platform. Please How can I make the thickness of my lines appear after printing? Thanks. THE ANSWER WORKS. HOWEVER, THE AXES STILL LOOK FAINT AND PORTIONS OF THEM DISAPPEARED. HOW PLS
% Plot of the sine curve x=0:pi/10:2*pi; plot(x, sin(x)) xlabel('Angles in Rad') ylabel('Amp') title('Sine Wave')
11年以上 前 | 2 件の回答 | 0
2
回答質問
Plotting the graph of Mittag-Leffler Function
Please I need help on how to code and plot the Mittag-Leffler function.It's a one or two-parameter function defined in terms of ...
11年以上 前 | 1 件の回答 | 1