Community Profile

photo

Chuzymatics Chuzymatics


Active since 2013

Followers: 0   Following: 0

Message

Mathematician and Programmer
Professional Interests: Technical/Scientific computing

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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...

ongeveer 9 jaar ago | 0 answers | 0

0

answers

Question


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 ...

ongeveer 9 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


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...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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]; ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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 9 jaar ago | 3 answers | 0

3

answers

Question


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 9 jaar ago | 1 answer | 0

1

answer

Question


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 9 jaar ago | 1 answer | 0

1

answer

Question


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 9 jaar ago | 1 answer | 0

1

answer

Question


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 9 jaar ago | 1 answer | 0

1

answer

Question


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 9 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 3 answers | 2

3

answers

Question


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...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 5 answers | 0

5

answers

2

answers

Question


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 ...

meer dan 10 jaar ago | 1 answer | 1

1

answer