photo

Christina Kersten


Last seen: etwa 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
129.535
of 297.457

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 20.438

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 158.938

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort