photo

mohamed


MSA

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
9 个回答

排名
11,128
of 300,302

声誉
4

贡献数
4 个提问
9 个回答

回答接受率
75.0%

收到投票数
1

排名
 of 20,911

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,040

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

12 years 前 | 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 ...

12 years 前 | 0

提问


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

12 years 前 | 4 个回答 | 0

4

个回答

已回答
Getting 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.

13 years 前 | 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 ...

13 years 前 | 0

提问


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

13 years 前 | 3 个回答 | 0

3

个回答

已回答
Strcat and HuffMan Word Code & GUI
thank you so much Walter you really helped me alot :)

13 years 前 | 0

提问


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

13 years 前 | 5 个回答 | 0

5

个回答

已回答
Strcat 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,':'); ...

13 years 前 | 0

| 已接受

已回答
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))) ...

13 years 前 | 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'. ...

13 years 前 | 0

已回答
Running Scripts in the GUI
Thank you so much for your fast reply

13 years 前 | 0

提问


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

13 years 前 | 2 个回答 | 0

2

个回答