Christina Kersten
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
121,579
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 0 answers | 0
0
answersQuestion
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)...
5 years ago | 2 answers | 0
2
answersQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0