回答済み
Writing a struct into a text file (.sto file)
Hi I understand that you wish to convert a struct into a text file. Convert the struct to a table and then use the function w...

6年以上 前 | 0

回答済み
More effective code than loop that takes a lot of time
Hey Aletta Upon reading your question I get the impression that what you're trying to do is a typical database operation. You...

6年以上 前 | 0

回答済み
Needing help with Newton Raphson method
Hi You can try this code: function [xlist,err,iter] = newtonraphson(f,fprime,x0,tol,max_iter) xlist=[x0]; iter = 0; x...

6年以上 前 | 0

回答済み
I need help displaying the results of my equations
Hi Kevin I see you're trying to find a method to print your output in an organized way using tables. This can be done using M...

6年以上 前 | 0

回答済み
Why does my computer get freezing error when playing run button in simulink?
Hi I suggest you to contact MathWorks technical support for help. Go to the following link: <https://www.mathworks.com/sup...

6年以上 前 | 0

回答済み
Revolve 2D binary matrix around axis of symmetry to create 3D binary matrix
Hey I understand that you are looking to perform rotation of a matrix around an axis. I think this link can help you, althoug...

6年以上 前 | 0

回答済み
How do I delete this?
Hey I understand that you wish to fit two equations describing two different parts of the same dataset. I suggest that you br...

6年以上 前 | 0

回答済み
2D Graph Map
Hi Federico, I understand that you are trying to plot a graph with three vectors x,y and z with different lengths. As far as...

6年以上 前 | 0

回答済み
How to use Monte Carlo Simulation in a linear regression?
Hey try this approach. I'm not sure if this is the result you were looking for, but I think it can help you get an idea on how t...

6年以上 前 | 0