JoshT_student
Followers: 0 Following: 0
Check out unpopularthemovie.com (It has a good Bible message)
Statistics
15 Questions
0 Answers
RANK
114,898
of 295,467
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Will m files work that were made in matlab R2018a work in matlab R2017b?
Hello. I want to go from matlab R2018a to R2017b just so that all my programs will be in 2017, so they can be easily integrate...
5 years ago | 1 answer | 0
1
answerQuestion
En-dash problem
Hello. I'm trying to get an en-dash in between my SPL sub 1 and SPL sub 2 texts in xlabel, but everytime I do it doesn't work. ...
6 years ago | 1 answer | 0
1
answerQuestion
Adding more x axis tick marks on graph
Hello. I am trying to add more x axis ticks marks on my graph. My frequency (x values) are going from 5000 to 50,000, so it w...
6 years ago | 1 answer | 0
1
answerQuestion
How do I fill a matrix with values using the tril, diag function without it overwritting the previous command?
Hello. I am trying to do the following in a matrix. Please see attached. The code that I came up with keeps overwriting the p...
6 years ago | 1 answer | 0
1
answerQuestion
Quad function: Evaluate integral Problem
Hello, I am trying to evaluate this integral I attached. I made the function and I put the code in the editor to run it. But fo...
6 years ago | 1 answer | 0
1
answerQuestion
How can I write the taylor series expansion for the function (1+x^2)^(-1/2) in code
Hello. I am trying to get this taylor series expansion in code but I am having a hard time. I attached a picture of the functio...
6 years ago | 1 answer | 0
1
answerQuestion
How do I redraw a picture given to me using its data points that I've found using the curve fitting app?
Hello, I am trying to redraw this picture given to me by my professor. He told me to analyze it by curve fitting. So I did 4 fi...
6 years ago | 0 answers | 0
0
answersQuestion
How can I analyze stl files and then redraw them in matlab? I need to write some code
Hello I need help and guidance. This is the goal. I need to write code in matlab to analyze some stl pictures and then red...
6 years ago | 1 answer | 0
1
answerQuestion
Is there any way I can put a matrix in my defined function
Hello everybody, This is my defined function: %This function is for number 2 of project 4.1 %I will use this function t...
6 years ago | 0 answers | 0
0
answersQuestion
Please help with printing a table to a file in the format given in the project
Hello, I am trying to get my code to make a table or just have the numbers next to and above the t solutions that I have in the ...
6 years ago | 0 answers | 0
0
answersQuestion
How do I fix my MATLAB? It won't save my m file now for some reason.
I am trying to save some code on my laptop. But when I try to save it, every time I put in the folder I want it doesn't save any...
6 years ago | 0 answers | 0
0
answersQuestion
How do I make this type of tree in matlab using scatter?
Hello, I am trying to make the following tree. I have the matrix a with 0's where I should have white boxes and 1's where I sho...
6 years ago | 1 answer | 0
1
answerQuestion
How do I fill in this square?
Hello. My code is this: x=1; y=1; plot(x,y,'Marker','square') but I don't know how to fill in the square, a...
6 years ago | 1 answer | 0
1
answerQuestion
I do not know how to fix this problem (code below)
%ode45_ex.m %This program solves a system of 3 differential equations %by using ode45 function %y1'=y2*y...
6 years ago | 1 answer | 0
1
answerQuestion
How do I make my data that I'm trying to print out to a file be in a nice table fashion?
I have this code but it does not look good when I open it in notepad. I tried seeing if '\n' would fix it, but they did not. Is ...
6 years ago | 1 answer | 0