![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13389234_1535480911066_DEF.jpg)
Christina Kersten
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to get multiple roots of x
So I have the equation x*tan(x) = constant. How do I get Matlab to spit out multiple values of x? I need at least 9 but it only ...
5年弱 前 | 1 件の回答 | 0
1
回答質問
How to remove multiple elements in a row matrix
I have a 40000x1 matrix and just want to remove elements 1 to 2834. How do I do this?
5年弱 前 | 1 件の回答 | 0
1
回答質問
Trying to solve for x
So basically I have this equation, and I'm trying to find where the second derivative of it equals 0, but I keep getting that x ...
6年弱 前 | 0 件の回答 | 0
0
回答質問
Taking second derivative and solving it for when it equals 0
Here is the code that I have: clear all; close all m = xlsread('1 MgO.xlsx','Sheet1','B1:J18'); temp = m(:,6); MgO = m(:,3)...
6年弱 前 | 2 件の回答 | 0
2
回答質問
MATLAB polyfit, palyval not working correctly
Basically I'm just trying to curve fit some data but the line of best fit is not correct. Here is the code I have so far clear ...
6年弱 前 | 1 件の回答 | 0
1
回答質問
How do I get matlab to list all numbers from 1 to 100 divisible by 6?
I only have basic matlab knowledge, so the simpler the code the better! Something that would be easy for me to understand. Thank...
6年以上 前 | 1 件の回答 | 0