Community Profile

photo

Thierry


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Solving a two unknown function
Look, I tried to do what you say in my program here is the code (with matlab 7): clear all; close all; clc; U=400.0; S=12...

10 years ago | 0

Question


Solving a two unknown function
Is this possible with a two unknown function and a solve function to have all the couples of points that make Z=0 I mean how can...

10 years ago | 2 answers | 0

2

answers

Answered
how to plot 3D curves with for loop
I found the problem.. that was just about using the matrix ops here is the code that works: clear all; close all; clc; U=40...

10 years ago | 0

Answered
how to plot 3D curves with for loop
I know but if v is not a scalar quantity, then I have the error "Matrix dimensions must agree" by the way that's the same error ...

10 years ago | 0

Question


how to plot 3D curves with for loop
Hello! I'm kind of beginner with matlab, however I need to plot a 3D curve. My problem is that I use a for loop to get the poin...

10 years ago | 3 answers | 0

3

answers