<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: compatibility of current k-wave version with Matlab  R2017b</title>
		<link>http://www.k-wave.org/forum/topic/compatibility-of-current-k-wave-version-with-matlab-r2017b</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:43:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/compatibility-of-current-k-wave-version-with-matlab-r2017b" rel="self" type="application/rss+xml" />

		<item>
			<title>Rola on "compatibility of current k-wave version with Matlab  R2017b"</title>
			<link>http://www.k-wave.org/forum/topic/compatibility-of-current-k-wave-version-with-matlab-r2017b#post-6885</link>
			<pubDate>Mon, 17 Jun 2019 13:01:44 +0000</pubDate>
			<dc:creator>Rola</dc:creator>
			<guid isPermaLink="false">6885@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Daniel,&#60;/p&#62;
&#60;p&#62;I am not a developer. Nevertheless, I am a bit confused, why don't you use the Version 1.2.1? &#60;/p&#62;
&#60;p&#62;Ps: Are you sure that you want to simulate a 3000x3000x10000 matrix?&#60;/p&#62;
&#60;p&#62;Best
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniel3141 on "compatibility of current k-wave version with Matlab  R2017b"</title>
			<link>http://www.k-wave.org/forum/topic/compatibility-of-current-k-wave-version-with-matlab-r2017b#post-6870</link>
			<pubDate>Tue, 04 Jun 2019 13:55:52 +0000</pubDate>
			<dc:creator>daniel3141</dc:creator>
			<guid isPermaLink="false">6870@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello together,&#60;br /&#62;
I really enjoy using this toolbox for my master sc. - project (photoakustic imaging via annular ordered transducerelements). Until now, I have been working with the toolbox for simuations in 2D - things seem to work, but when I try to generate 3D kgrid I get errors. That´s my code:&#60;/p&#62;
&#60;p&#62;clear all;&#60;br /&#62;
c0=1500; %[m/s]&#60;br /&#62;
f_mean=5.5e6; %[Hz]&#60;br /&#62;
f_max=10e6;%[Hz]&#60;br /&#62;
x_size=0.15; y_size=x_size;&#60;br /&#62;
z_size=0.05; %transducerelement z-dimension: 20mm&#60;/p&#62;
&#60;p&#62;%Compute d_ and N_ based on domain size and f_max&#60;br /&#62;
c0_min=c0; %c0_min: smallest speed of sound in the medium&#60;br /&#62;
points_per_wavelength=3;&#60;br /&#62;
dx=c0_min/(points_per_wavelength*f_max); dy=dx; dz=dx;&#60;br /&#62;
Nx=round(x_size/dx);&#60;br /&#62;
Ny=round(y_size/dy);&#60;br /&#62;
Nz=round(z_size/dz);&#60;br /&#62;
%Create grid&#60;br /&#62;
kgrid=makeGrid(Nx,dx,Ny,dy,Nz,dz);&#60;/p&#62;
&#60;p&#62;When I use &#34;makeGrid&#34;, I get:&#60;/p&#62;
&#60;p&#62;Error using makeGrid (line 41)&#60;br /&#62;
User defined classes are not supported in this version of MATLAB. Please use a more recent version of MATLAB, or k-Wave V1.1.&#60;/p&#62;
&#60;p&#62;When I use &#34;kWaveGrid&#34; instead, I get:&#60;br /&#62;
Error in kWaveGrid (line 424)&#60;br /&#62;
                    kgrid.k = zeros(kgrid.Nx, kgrid.Ny, kgrid.Nz);&#60;/p&#62;
&#60;p&#62;I am a little bit confused - the Matlab version i use (R2017b) should be up to date enough!&#60;br /&#62;
Does anybody is familiar with this problem? I am hesitating to move to an older version of k-wave, since I really want to use the fast and gpu - optimized code of the newer versions!&#60;/p&#62;
&#60;p&#62;Kind Regards!&#60;br /&#62;
Daniel
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
