photo

Anas Deiranieh's


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Arduino Support Package not installing after installation
Installed it 4 times already and watched it complete 3rd and 4th time; restarted MATLAB; restarted Windows; reinstalled it a ...

2 years ago | 1 answer | 0

1

answer

Answered
Getting two windows using figure & subplot when I only want one?
Figured this one out also. by adding hold on hold off I inadvertently added a new figure window. Removing it fix...

6 years ago | 0

Answered
Vectors forms and partial derivatives?
Ok, I figured it out. laplacian works like the ∇^2 (del/nabla) operator and using syms this was do-able.

6 years ago | 0

Question


Getting two windows using figure & subplot when I only want one?
I'm using the subplot feature and I'm getting two windows when I only want one? The issue I think is in the first few lines, I'm...

6 years ago | 2 answers | 0

2

answers

Question


Vectors forms and partial derivatives?
Hella rusty folks! I'm trying to see if I can code this as a unsolved math function. Or would it be easier if I solved it on pap...

6 years ago | 1 answer | 0

1

answer

Question


Trying to take a generated set of values in a matrix and add to it.
I'm trying to take the values I generate and use them for the next iteration of calculations and add a new column with the resul...

6 years ago | 1 answer | 0

1

answer

Question


Multiple Line Title and Variable insertion
I can't get the last set of strings to stay on the same line as the variable i just inserted. I've tried [] {} and () brackets w...

7 years ago | 2 answers | 0

2

answers

Question


How do I generate a sequence of variable matrices from data stored in multiple .mat files?
I have a number of similarly named files each with a differing number of columns and two variables, height & weight. Group1....

7 years ago | 1 answer | 0

1

answer

Question


Trying to use ezplot but i can't seem to get it. Whats wrong with my code?
Gamma = 3.567e-7; Vi = 87; syms V Vs d t Stuff = sym((V-Vs)/(Vi-Vs) == erf((d)/(2*sqrt(Gamma*t)))); V = solve(...

7 years ago | 1 answer | 0

1

answer

Question


Problem with syms and subs continues to display the subbed expressions as variables.
Everytime I try to run this is just returns the variable isolation. It's not giving me values. I can't figure out what's going w...

7 years ago | 1 answer | 0

1

answer