Feeds
回答済み
Why can't matlab2tikz represent annotations, such as textarrow, on figures?
OK, and Thank you for the information.
Why can't matlab2tikz represent annotations, such as textarrow, on figures?
OK, and Thank you for the information.
約12年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年 前 | 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年 前 | 1 件の回答 | 0
