zongxian - MATLAB Central
photo

zongxian


Tianjin University

Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 03/20 to 04/25Use left and right arrows to move selectionFrom 03/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
31,693
of 298,264

声誉
1

贡献数
10 个提问
0 个回答

回答接受率
70.0%

收到投票数
1

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 2
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to keep more digits when use symbolic expressions
my codes is simple, syms x f(x)=0.123456789*x f(1) sympref('FloatingPointOutput', true); f(x)=0.123456789*x f(1) When us...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Remove duplicate points by Uniquetol
I have some coordinates stored in a matrix, I only want to keep unique values within tolerance. Obviously, the values in the fi...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Solve equations by fsolve and with input anonymous function format
By the help document of Matlab, the example of fsolve is: function F = root2d(x) F(1) = exp(-exp(-(x(1)+x(2)))) - x(2)*(1+x(1)...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to modify the showing colorbar range?
External program will be created a image, for example image(rand(100,100)*10) colormap(rand(10,3)) I will add a colorbar by m...

4 years 前 | 1 个回答 | 0

1

个回答

提问


change parameter values in anonymous function
My problem is one function passing to me a Anonymous function handle, for example, f_handle = function1(a1,a2,....) % Assumin...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Problems of convert decimal number to a string
Now I want to convert a input decimal number (maybe a input number, not known) to a string, I try to use num2str and string func...

5 years 前 | 3 个回答 | 1

3

个回答

提问


Iterate problem for a complex function and plot it.
Now I have a complex function, for example 1.8633 - 0.00576465 s1^3 + s1^2 (0.160853 - 0.050155 s2) - 1.20076 s2 + 0.161107 s2^...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to put 2D image in 3D space
I can plot some images one by one im1 = image(rand(100,100)*100) colormap('prism') im2 = image(rand(100,100)*100) colormap('...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Pre-define a group (plot) properties or passing a group properties in a function
When I want to plot a 2-D line plot, for example: plot(peaks,'Color','r','LineWidth',2,... 'MarkerSize',10,... 'Marke...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Why 0.35 divide 0.001 return double, and 0.34 divide 0.001 return int.
simple codes: >> 0.35/0.001 ans = 350.0000 and >> 0.34/0.001 ans = 340 I'm curious why this is. If use ...

5 years 前 | 3 个回答 | 0

3

个回答