Chuzymatics Chuzymatics
Followers: 0 Following: 0
Mathematician and Programmer
Professional Interests: Technical/Scientific computing
Statistics
19 Questions
0 Answers
RANK
14.106
of 295.569
REPUTATION
3
CONTRIBUTIONS
19 Questions
0 Answers
ANSWER ACCEPTANCE
52.63%
VOTES RECEIVED
3
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
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...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
bijna 10 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
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]; ...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 10 jaar ago | 4 answers | 0
4
answersQuestion
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...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 10 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 11 jaar ago | 3 answers | 2
3
answersQuestion
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...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 11 jaar ago | 5 answers | 0
5
answersQuestion
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')
ongeveer 11 jaar ago | 2 answers | 0
2
answersQuestion
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 ...
ongeveer 11 jaar ago | 1 answer | 1