Community Profile

photo

JFz


Attivo dal 2015

Statistiche

  • First Review
  • Thankful Level 5

Visualizza badge

Content Feed

Visto da

Domanda


How does function std process complex numbers
In function S = std(A), there are complex numbers in matrix A. How does std calculate on complex numbers? Thanks

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


dir or ls are not working properly
Hi, I have a remote folder and there are many .mat files in it. I can see those files in windows explorer. But in matlab comma...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to convert ,mat data file to R
Hi, I recently got a task to convert a .mat data file into an R datafile. I don't know how about R at all. So I am asking a...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Keep getting error: Failed to load the sqljdbc_auth.dll cause: no sqljdbc_auth in java.library.path
Hi, I created a standalone Matlab test app to access a SQL database using JDBC, and deployed it to a Windows 2012 server. But...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How to let server or deployed app know where to find DB driver?
Hi, I have a test app, only a few lines to just test the database connection and run a querry via database toolbox. I compiled ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to use splitApply to get the coefficients of fitlm?
Hi, I have a table dummyTable that I would like to findgroup and then splitApply. The function in the splitApply is fitlm. So...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
Strange problem with readtable
Just discovered that when I run the executable, and supply the file name, I cannot add a ";" at the end of the command.

oltre 5 anni fa | 0

| accettato

Domanda


Strange problem with readtable
Hi, I wrote a small Matlan 2018a application and it runs smoothly. But after I compiled it into an executable and started to ru...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
Need help with innerjoin where innerjoin returns more rows than necessary
Just found what's wrong here. Table B has same rows multiple times.

oltre 5 anni fa | 0

| accettato

Domanda


Need help with innerjoin where innerjoin returns more rows than necessary
Hi, I am using innerjoin to join two tables A and B: C = innerjoin(A, B); A has 30 rows and B has 140 rows. After the join, th...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to extract Jan and feb dates from an array of date strings?
Hi, I have an array of cells of date string. I need to extract all the dates in Jan and Feb. How to do that? Thanks a lot!

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


How to assign a number to an array of double?
Hi, I have an array of doubles a. It has integers from 0 to 6. I want to keep the 0s and 2s, but change all other numbers to ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to calculate regression with dummy variables?
Hi, I am trying to use 2nd degree polynomial regression with dummy variables. Which function should I use? Thanks for any he...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
readtable error "Sheet name does not exist or is not supported"
Thanks for the help. I just fixed it! Some the date format in the sheet is not readable in Matlab. I changed the Date format ...

oltre 5 anni fa | 0

| accettato

Domanda


readtable error "Sheet name does not exist or is not supported"
Hi, I use readtable all the time but never had this error until today: "Sheet name does not exist or is not supported, To ch...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to replace nan with the mean of the four numbers surrounding it?
Hi, I have a large matrix and there are nan in it. Sometimes a whole row is a nan. How to replace nan with the mean of the ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to convert a cell array of datetime to an array of datetime
Hi, Is there a simple way to convert a cell array of datetime to an array of datetime without using cellfun? My cell array loo...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Error when fastinsert a table into DB vs no error if inserting only one row
Recently upgraded from 2016a to 2018a. Got an error in fastinsert. But if I insert only one row, there is no problem. Here is th...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


MATLAB 2018a error: Error using actxserver:
Hi, My script that connecting Matlab and Power World is not working after migrated to 2018a. Here is the error: Server cre...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find out the Proxy Server and port when compiling and installing magicsqaure?
Hi, I am testing the magicsqaure compiling and installing. I can compile without problem. But when installing, it needs Proxy S...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Got error in compiling standalone app 2018a
Hi, I am compiling a simple matlab file and got this error: Compiler version: 6.6 (R2018a) Dependency analysis by REQUI...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


In classdef, how to call a static method from an other class P.c.averages()?
Hi, I am moving to 2018a from 2016a and found this error: External converter methods for package-qualified classes not suppo...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Error in 2018a: External converter methods for package-qualified classes not supported
Hi, My code (running perfectly in 2016a) cannot run in 2018a due to an error: External converter methods for package-qualifi...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Risposto
deploytool error when trying to build an exe-file with 2016a
I have the license but didn't install it. How to install the compiler? Thanks.

quasi 6 anni fa | 0

Domanda


deploytool error when trying to build an exe-file with 2016a
Hi, I have purchased the license of Matlab compiler SDK. But when I type deploytool in the command window, I get this error:...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


How to copy an object that is not a graphic one?
Hi, I have an object of a class which I defined. I would like to make a copy of that object. But copy or copyobj do not seem ...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


How to concatenate an array of numbers without for loop
Hi, I have an array of integer numbers A = [1, 2, 3]. I would like to concatenate the numbers for use in SQL statement like '(...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Splitapply on a matrix of 1X1000
I have a matrix of 1x1000 numbers and my G is 1. When I do the splitapply on it: res = splitapply(@sum, mat, G); The res Is...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Problem with print function
Hi, I use print('-f1', filename, '-djpeg') to save a figure into a remote drive and it worked as a charm yesterday. But fo...

circa 6 anni fa | 0 risposte | 1

0

risposte

Domanda


Calculate R squared from a linear regress
Hi, I have a set of scattered data and I can use the operator "\" to do a linear fit on the data. But is there a simple matl...

circa 6 anni fa | 1 risposta | 0

1

risposta

Carica altro