Question


Errors in solving nonlinear simultaneous equations
Hello all, I'm trying to solve nonlinear simultaneous equations. However, Matlab is giving errors, which I cannot rectify. Any ...

10 years ago | 1 answer | 0

1

answer

Question


I/O operations How to delete a file if exist?
Hi, I have written a function in Matlab and want to write results in a text file, which will be stored in working directory. Bu...

11 years ago | 1 answer | 3

1

answer

Question


Problem with isinteger() - how to determine whether a constant is integer?
Hi, I have problem with isinteger() function. I wrote following function: function [x] = f1(n) b=ininteger(n); end ...

11 years ago | 2 answers | 0

2

answers

Question


How to plot two polar graph in same figure window?
Hello, I want to plot two polar graphs on the same window. I used following code: ezpolar('1+cos(t)') hold on ezpolar...

11 years ago | 0 answers | 0

0

answers

Question


How to plot implicit function with 3 variables?
Hello, I want to plot function 'cos(x)+cos(y)+cos(z) + sin(x) + sin(y) + sin(z) -10 = 0' ; range of x,y,z=[-10,10]. How to plot...

11 years ago | 1 answer | 0

1

answer