Risposto
Why does Matlab keep forgetting my path?
If I were you, I would give up on setting your path with pathtool or the Matlab GUI (since those try to change the path in the M...

circa 4 anni fa | 1

Risposto
My function only works in the online matlab and not on the one installed on my laptop
Check to make sure your script is not depending on any files you have in your Matlab Drive. Your Matlab Drive is available by de...

circa 4 anni fa | 0

Risposto
append several csv files into one
If you're using a newer version of Matlab, you probably want to use readtable instead of csvread. Don't forget the file extensio...

circa 4 anni fa | 0

Risposto
Urlread/Webread issue on internal network
Like the error web page says, your access to that website is being blocked by your company's network configuration. Contact your...

circa 4 anni fa | 0

Risposto
Is the Database Toolbox required for any MATLAB runtime connection to a database?
Yes, the Database Toolbox is required for database access from Matlab, unless you write your own custom replacement for it that ...

circa 4 anni fa | 0

Risposto
Converting old Compiled GUIDE application with global variables
Older versions of the MCR are still available for download. Can you not just install the older MCR version that it was compiled ...

circa 4 anni fa | 0

Risposto
How to run a standalone executable compiled in older version FROM console
Check the state of the %PATH% environment variable from within Matlab. Matlab adds its own libs to the PATH, and those libs over...

circa 4 anni fa | 0

| accettato

Risposto
Get pointer to underlying data in mex C++ API
That mxGetPr() call is copying the data. The MEX API changed in R2018a when Matlab switched to the "interleaved complex data mod...

circa 4 anni fa | 0

Risposto
xlsx format without the com server?
You need to use a third-party library like Apache POI to do this. Coincidentally, I'm writing an Office IO API to support use c...

circa 4 anni fa | 0

Risposto
Error using mex G:\Matlab_WS\code_test\Assignment1\Add_Two.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int] Add_Two(U16 a, U16 b)
See this line where the function is actually defined in Add_Two.c? Add_Two(U16 a, U16 b) You need to add an explicit "`U32`" a...

circa 4 anni fa | 0

| accettato

Inviato


dispstr
A Matlab API for extensible, polymorphic custom object display

circa 4 anni fa | 2 download |

Risolto


MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...

oltre 4 anni fa

Risolto


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

oltre 4 anni fa

Risolto


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

oltre 4 anni fa

Risolto


Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...

oltre 4 anni fa

Risolto


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

oltre 4 anni fa

Risolto


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

oltre 4 anni fa

Risolto


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

oltre 4 anni fa

Risolto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

oltre 4 anni fa

Risolto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

oltre 4 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

oltre 4 anni fa

Risposto
Why do I receive License Manager Error -9?
Ouch, dude. That's not a great user experience. I got this same problem when I upgraded my iMac to a newer hardware version. Pro...

oltre 4 anni fa | 3

Inviato


jl-mat2str2
Expanded mat2str() functionality

quasi 5 anni fa | 1 download |

Inviato


matlab-validoozy
Additional validator functions for Matlab

quasi 5 anni fa | 1 download |

Inviato


MCodeNavigator
A code-browser GUI tool for Matlab

quasi 6 anni fa | 1 download |

Domanda


Relocating a Matlab Compiler project to a directory alongside source tree
I have a large codebase that I compile using a few *.prj Matlab Compiler project files. I would like to relocate the *.prj files...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Risposto
Relocating a MATLAB Compiler project to a different machine and recompiling
Matt J: Where was your `.prj` file located initially? And what version of Matlab did you create it with? I'm currently workin...

quasi 6 anni fa | 0

Risposto
datetime 'UTCLeapSeconds', 2 second difference across leap sec boundary
Hi folks. I'm a software developer coming from Java/C#/Joda-Time/Noda-Time, and this behavior is confusing me. Is there a cen...

quasi 6 anni fa | 0

Inviato


matlab-jarext-inspector
List Matlab's bundled third-party Java libraries and their version info

circa 6 anni fa | 2 download |