Statistics
RANK
10 760
of 295 467
REPUTATION
4
CONTRIBUTIONS
4 Questions
9 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
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
Maclaurin Series function in matlab
my problem is: the first iteration its gives me 1 2nd iteration gives me 1.5208 but its should be 1.5 please someone help me :( ...
mer än 11 år ago | 1
Maclaurin Series function in matlab
function Maclaurin n=5; x=input('enter the x value: ') epsilon_s=(0.5*10^(2-n)) epsilon=100 maclaurin(1)=1 ...
mer än 11 år ago | 0
Question
Maclaurin Series function in matlab
e^x=1+x+((x^2)/2!)+((x^3)/3!)+((x^4)/4!)+...... * Implement a MATLAB function that compute e^x using this formula *(Stop w...
mer än 11 år ago | 4 answers | 0
4
answersGetting For loop Output On GUI
OMG you are the best walter thank you so much and im sorry for bothering its working :D ....... thank you again.
nästan 12 år ago | 0
Getting For loop Output On GUI
thank you Walter you are really the best just because you care enough to look and answer :) i tried to put ur codes but when ...
nästan 12 år ago | 0
Question
Getting For loop Output On GUI
i have this loop code and on matlab i get the out i want but on GUI its not working..... for nn=1:a stri=character(n...
nästan 12 år ago | 3 answers | 0
3
answersStrcat and HuffMan Word Code & GUI
thank you so much Walter you really helped me alot :)
nästan 12 år ago | 0
Question
Strcat and HuffMan Word Code & GUI
Hello everyone, i have a problem with applying something on matlab which is: for nn=1:a stri=character(nn); ...
nästan 12 år ago | 5 answers | 0
5
answersStrcat and HuffMan Word Code & GUI
im done now with the GUI is there a way to put : for nn=1:a stri=character(nn); stri=strcat(stri,':'); ...
nästan 12 år ago | 0
| accepted
Strcat and HuffMan Word Code & GUI
look what i did i change the old one with this stri=strcat(stri,num2str(codewords{nn}(length(codewords{nn}):-1:1))) ...
nästan 12 år ago | 0
Strcat and HuffMan Word Code & GUI
when i changed it, its giving me this error: ??? Undefined function or method 'plus' for input arguments of type 'cell'. ...
nästan 12 år ago | 0
Question
Running Scripts in the GUI
Hello everyone, i have made a .m file and im new to matlab, i want to use this .m in the GUI. This is i want to make: GUI w...
nästan 12 år ago | 2 answers | 0