photo

Nuno


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
1 个回答

排名
222,108
of 299,823

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Why can't matlab2tikz represent annotations, such as textarrow, on figures?
OK, and Thank you for the information.

12 years 前 | 0

提问


Why can't matlab2tikz represent annotations, such as textarrow, on figures?
Programe: close all; clear all; clc x=1:100; y=sin(x); figure(1); plot(x,y); axis([0 100 -5 5]); annotation('...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Problem with the command solve in matrices
Problem: syms w; D=sym('D', [4 n]) Z1=Z*D(:,1) F3=ones(4,1) V=solve(Z1==(1/(m*w^2-i*w*c))*F3,D(:,1)) %m and c ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Obtaning a matrix with the right indexes
My question: A want to obtain a matrix A(4xN)=[A11 A21 A31 A41; A12 A22 A32 A42; ...; A1N A2N A3N A4N]. So I think that I ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How can I make a for loop with two diferent indexes
%My problem: syms w; for i=1:20 lam=i; xi = fsolve(@(w) -tan(w/2) + w/2-(4./(lam))*(w/2).^3,[pi()-0.1 3*pi()...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to solve an equation in a certan interval.
Problem: syms w; % variable, that define the y axis lam = 4*pi()^2 % constant, that define the x axis tan(w/...

13 years 前 | 1 个回答 | 0

1

个回答