Community Profile

photo

WalterWhite


Last seen: etwa 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 2
  • First Review
  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to change my x axis value
xticks(1980:5:2020)

mehr als 3 Jahre vor | 1

Beantwortet
Tab disappears in formatted string in multiline text command
t = text(-3, 0.4, detab(str));

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
Euler's method
https://www.mathworks.com/matlabcentral/answers/278300-matlab-code-help-on-euler-s-method just search for it

mehr als 3 Jahre vor | 0

Frage


Prediction/Simulation with Matlab
Hello everyone, I'm running some experiments in a lab on a machine and i'm trying to simulate the output based on these experim...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to use for loop
user_input = fprintf('%.1f\n', input('Enter a positive real number\n')); for i = 1:9 %first input outside the loop;so 9 more in...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
x and fx matrix
Another way to get the solution x(1,:) = 1:10; %x x(2,:) = x(1,:).^x(1,:); %f(x)= x^x x

mehr als 3 Jahre vor | 0

Beantwortet
Transparent Sphere on a Polygon Plot
try using flat shading (shading flat) instead of interpolating colormap shading (shading interp)

mehr als 3 Jahre vor | 0

| akzeptiert

Frage


Predicting the output of a machine based on the data in hand
Hello everyone, I'm running some experiments in a lab on a machine and i'm trying to simulate the output based on these experim...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Simulation of real world scenario on simulink/simscape
I'm planning on simulating a real world scenario in Matlab. I have an experimental setup inside a closed environment in which th...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to master Simscape?
For someone with knowledge on matlab and simulink, how to learn Simscape in a structured way to create a strong foundation (wit...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
how to rotate an image along any axis?
direction = [0 1 0]; % 3axes, in this case about y rotate(img,direction,angle) does this work?

mehr als 4 Jahre vor | 0

Beantwortet
IF-statement for matrix/vector
A sample matlab code in case...

mehr als 4 Jahre vor | 0

Beantwortet
How to extend a curve until x-axis and y-axis
It doesnt seem to happen with interpolation(interp1)...atleast for me. But i've come up with an alternative based on the geometr...

mehr als 4 Jahre vor | 0

| akzeptiert

Beantwortet
Convert Columns Arrays to numeric
t = datetime('now') nn = datenum(t)+10; f= datetime(nn,'ConvertFrom','datenum') >> reading t = datetime 15-Jan-202...

mehr als 4 Jahre vor | 0

Frage


How to set 'PreserveVariableNames' to True while importing an Excel file into matlab?
I need it to keep the tables in the original format with spaces and non ASCII characters. I've read that this option is availabl...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to choose variable from symbolic function?
Hello Ivan, I'm not sure as to the scope of your question. @ is a matlab function handle that can be used to call a function ...

mehr als 4 Jahre vor | 0