Answered
derivative of legendre associated functions
this is the code I am using. Hope you can help!

7 years ago | 0

Question


derivative of legendre associated functions
hello! I am trying to implement the derivative of legendre associated functions based on the recurrence equations, the problem ...

7 years ago | 1 answer | 0

1

answer

Question


derivative of bessel function of the first kind !!
Hello! I would like to check if my implementation of the derivative of bessel function of the first kind is working properly or...

7 years ago | 2 answers | 0

2

answers

Answered
trimesh and trisurf produces a very bad triangulation results?!!
hello! the problem was that the triangles contained not only the nodes but also their domain number (inside or out side the ob...

7 years ago | 0

| accepted

Question


trimesh and trisurf produces a very bad triangulation results?!!
Hello! I am trying to model a closed surface, but trimesh and trisurf produces a very bad plot, how can I improve it?: is there...

7 years ago | 1 answer | 0

1

answer

Answered
Matrix dimensions must agree for computing spherical harmonics !!!!
the output should be a matrix I have solve it by using the transpose of P now it works! Thank you!!

7 years ago | 0

Question


Matrix dimensions must agree for computing spherical harmonics !!!!
Hi i am trying to calculate the spherical harmonic but I get an error saying that the matrices dimensions must agree, here is th...

7 years ago | 1 answer | 0

1

answer

Question


how to convert a DLL file into an m file ?
Hello! I have found a matlab codes which have some files with DLL extension and I would like to know their contents, is it poss...

7 years ago | 1 answer | 0

1

answer

Answered
save the output of system command using matlab
thank you for your reply! * I have made the change that you have suggested . it takes a long time since the generated file is...

7 years ago | 0

Question


save the output of system command using matlab
Hello! I am executing a system command via matlab. in the command I am writing the output to a file. when running the code I ca...

7 years ago | 3 answers | 0

3

answers

Question


skip the headers in a text file and extract the data ?
I would like to extract the data only from a text file. the text file has a header which contains some numerical values as shown...

7 years ago | 1 answer | 0

1

answer

Question


empty entry using ginput !!
Hello! I am using the function ginput in order to get the coordinates from a figure but I get x and y as a 0x0 double, any poss...

7 years ago | 2 answers | 0

2

answers

Answered
how to get the usual form of a matrix from a txt file?
what if the file has got some text before the matrix, how can I still extract the matrix ?? thank you in advance !

7 years ago | 0

Question


how to get the usual form of a matrix from a txt file?
hello, I have a matrix defined in a txt file as it follows: row column value 1 1 -4.630 2 1 -4.307 ...

7 years ago | 2 answers | 0

2

answers

Question


how to export the impedance matrix from Feko into Matlab
Hello, I would like to export the impedance matrix from FEKO into matlab but Matlab says that the .mat file is corrupted, any he...

7 years ago | 3 answers | 0

3

answers

Answered
Error while converting a .mat file into ascii using Mat2Ascii function
Thank you very much! unfortunately I have the same error with the new generated file. Here I attach the file, I Hope to get he...

7 years ago | 0

Answered
Error while converting a .mat file into ascii using Mat2Ascii function
I don't want to extract information from this file only, the purpose is to be able to extract information from .mat files each t...

7 years ago | 0

Question


Error while converting a .mat file into ascii using Mat2Ascii function
Hello, I would like to read a .mat file. I used Load it generate an error 'File might be corrupt.', so I though about using Mat...

7 years ago | 3 answers | 0

3

answers

Answered
facing a PointLocation error while using ginput !
the DT was constructed as it follow: N=20; %Discretization parameter L=50; % Length for i=1:N+1 %...

7 years ago | 0

Question


facing a PointLocation error while using ginput !
Hello! HELP PLEASE! I am using the PointLocation in my script but I keep getting this error 'Undefined function 'PointLocati...

7 years ago | 2 answers | 0

2

answers

Answered
flow redirection in an array
Dear Andrei Bobrov, the code that you provided works perfectly, but I would like to know how you have model it (the idea not th...

8 years ago | 0

Question


flow redirection in an array
Dear all, I would like to perform a flow redirection for a dam of water once a condition is verified, here I am given an exam...

8 years ago | 2 answers | 0

2

answers

Question


Find the best combination of each pair of entries in a matrix
Hello, I would like to find the best combination (max probability)of each (row, column) pair in my probability matrix, such tha...

8 years ago | 2 answers | 0

2

answers

Question


the interpolation of a Matrix generated more NaNs elements
I used the following code to perform an interpolation of my matrix , but instead of solving the problem of NaNs entries I have g...

8 years ago | 1 answer | 0

1

answer