photo

A


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
123,991
of 300,592

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,752

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

View by

Question


How do I import the data correctly for it to accept it?
This what I have so far but it keeps giving me a error. clear; clc; close all load AVG_Temp.txt % 1st line is data of Phill...

5 years ago | 1 answer | 0

1

answer

Question


How to use the solve function to find roots of the equation f(x)=sin[sin(x)]+e^x=0
Can help me find how to use the solve function to get mulipte roots for the equation above?

5 years ago | 1 answer | 0

1

answer

Question


How to find the roots of the equraion f(x)=sin[sin(x)]+e^x=0
What is the process for finding roots for this equation? f(x)=sin[sin(x)]+e^x=0

5 years ago | 2 answers | 0

2

answers

Question


What is the process in converting 45 mps to mph on matlab?
I need help in converting 45 mps to mph on matlab my code is not going through? x=input('45'); y=x.*3.6; printf ('kilometer ...

5 years ago | 1 answer | 0

1

answer

Question


Change of units from centimeters to inches?
How do you change centimeters to inches using cmperinch

5 years ago | 1 answer | 0

1

answer