Community Profile

photo

Nuno


自 2012 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

  • Thankful Level 1

查看徽章

Feeds

排序方式:

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

10 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('...

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

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

11 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()...

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

11 years 前 | 1 个回答 | 0

1

个回答